ant-design-blazor/components/table/TableModels
2024-07-28 01:02:25 +08:00
..
CellData.cs feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
FilterModel.cs feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +08:00
ITableFilterModel.cs feat(module: table): Allow custom Field filters (#3279) 2023-10-14 20:38:10 +08:00
ITableSortModel.cs fix(module: table): converting IQueryable to IOrderedQueryable returned null (#2687) 2022-09-07 13:44:01 +08:00
QueryableExtensions.cs fix(module: table): ReloadData() can't invoke OnChange (#2071) 2021-10-29 22:32:46 +08:00
QueryModel.cs docs: achieve a querying & editing demo for table (#3970) 2024-07-11 22:31:40 +08:00
RowData.cs fix(module: table): dead loop render for tree data (#3998) 2024-07-20 18:27:40 +08:00
SortModel.cs fix(module: table): missing expression instance for sorting rows outside (#3766) 2024-03-31 23:06:06 +08:00