ant-design-blazor/components/table
2020-10-25 23:07:27 +08:00
..
style chore: sync ant-design v4.7.3 (#719) 2020-10-25 23:07:27 +08:00
TableModels fix(module: table): incorrect SetSortType method (#709) 2020-10-23 21:52:15 +08:00
ActionColumn.razor feat(module: table): add colspan & rowspan (#649) 2020-09-28 16:06:02 +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): add colspan & rowspan (#649) 2020-09-28 16:06:02 +08:00
Column.razor.cs feat: support for globalization & localization (#578) 2020-09-07 22:46:50 +08:00
ColumnBase.cs feat(module: table): add colspan & rowspan (#649) 2020-09-28 16:06:02 +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 fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +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: support for globalization & localization (#578) 2020-09-07 22:46:50 +08:00
Selection.razor feat(module: table): add colspan & rowspan (#649) 2020-09-28 16:06:02 +08:00
Selection.razor.cs feat(module: table): add router pagging demo (#450) 2020-08-02 22:10:47 +08:00
Table.razor refactor(module: all): separate the normal and template parameters (#552) 2020-09-16 13:58:16 +08:00
Table.razor.cs perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
Table.razor.Pagination.cs feat(module: table): support paging selection (#341) 2020-07-10 17:57:20 +08:00
Table.razor.RowData.cs fix(module: table): fix collection modified exception (#570) 2020-09-05 20:27:52 +08:00
Table.razor.Selection.cs fix(module: table): clear cached items that are not on current page (#442) 2020-08-01 23:45:48 +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