ant-design-blazor/components/table/TableModels
Zonciu Liang a09a8e6ac3 feat(module: table): add DataIndex support (#999)
* docs: correct parameter name

* feat(module: table): add data index

* refactor(module: table): make DataIndex expression cached

* refactor(module: core): recursive method for PropertyAccessHelper.GetRootParameterExpression

* refactor(module: table): make DataIndex feature clearer

* feat(module: table): support DataIndex format

* fix: sort column style

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-20 23:35:57 +08:00
..
DataIndexSortModel.cs feat(module: table): add DataIndex support (#999) 2021-01-20 23:35:57 +08:00
ITableSortModel.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
QueryModel.cs refactor: get PropertyInfo from expression (#559) 2020-09-01 17:23:31 +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 SorterCompare parameter for sorter (#969) 2021-01-12 00:39:40 +08:00
SortType.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00