ant-design-blazor/components/table/TableModels
James Yeung 4065869806 feat(module: table): add filters (#1178)
* feat: add table filter

* add filter buttons

* fix filter menu

* make filter work

* support multiple filters

* delete the old files

* support single select
2021-02-27 23:55:48 +08:00
..
DataIndexSortModel.cs feat(module: table): add sort directions and default sort order (#778) 2021-01-24 13:52:57 +08:00
FilterModel.cs feat(module: table): add filters (#1178) 2021-02-27 23:55:48 +08:00
ITableFilterModel.cs feat(module: table): add filters (#1178) 2021-02-27 23:55:48 +08:00
ITableSortModel.cs feat(module: table): add sort directions and default sort order (#778) 2021-01-24 13:52:57 +08:00
QueryModel.cs feat(module: table): add filters (#1178) 2021-02-27 23:55:48 +08:00
RowData.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
SortModel.cs feat(module: table): add filters (#1178) 2021-02-27 23:55:48 +08:00