ant-design-blazor/components/table/TableModels
Zonciu Liang 4a680e6b76 fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372)
* fix(module: table): Unify FieldName value

* fix(module: table): Get column name from DisplayAttribute

* fix(module: table): Filter for DataIndex

* docs(module: table): Intuitive sorterCompare for Filter demo

* fix(module: table): fix header title doesn't display when Sortable is false

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-17 16:27:52 +00:00
..
FilterModel.cs fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372) 2021-04-17 16:27:52 +00: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 a method to get query model (#1202) 2021-03-31 19:02:52 +08:00
RowData.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
SortModel.cs fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372) 2021-04-17 16:27:52 +00:00