ant-design-blazor/components/table
James Yeung fcd8393742 feat(module: table): support for tree data (#771)
* feat(module: table): support for tree data

* feat(module: table): support for tree data

* fix: tests
2020-11-09 22:17:27 +08:00
..
style chore: sync ant-design v4.7.3 (#719) 2020-10-25 23:07:27 +08:00
TableModels feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ActionColumn.razor feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ActionColumn.razor.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
Column.razor feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Column.razor.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ColumnBase.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
ColumnContext.cs fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +08:00
IColumn.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
IFieldColumn.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
ISelectionColumn.cs fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +08:00
ITable.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Selection.razor feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Selection.razor.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor.Pagination.cs fix(module: table): pagination didn't change while pageindex was changed (#767) 2020-11-08 16:55:34 +08:00
Table.razor.RowData.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
Table.razor.Selection.cs feat(module: table): support for tree data (#771) 2020-11-09 22:17:27 +08:00
TableLocale.cs feat: support for globalization & localization (#578) 2020-09-07 22:46:50 +08:00
TableSize.cs feat(module: table): add size, bordered option and footer/header (#269) 2020-06-29 15:52:28 +08:00