ant-design-blazor/components/table
2021-01-22 09:56:51 +08:00
..
Internal feat(module: table): support multiple sorter (#1019) 2021-01-22 00:45:15 +08:00
style chore: sync ant-design v4.10.0 (#943) 2021-01-09 09:07:02 +08:00
TableModels feat(module: table): add DataIndex support (#999) 2021-01-20 23:35:57 +08:00
ActionColumn.razor feat(module: table): fixed header & columns (#954) 2021-01-09 23:57:31 +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: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
Column.razor.cs feat(module: table): support multiple sorter (#1019) 2021-01-22 00:45:15 +08:00
ColumnBase.cs feat(module: table): specific the position of the expand button (#1002) 2021-01-21 14:56:20 +08:00
ColumnContext.cs fix(module: table): exception if field is null (#965) 2021-01-11 22:36:06 +08:00
IColumn.cs feat(module: table): fixed header & columns (#954) 2021-01-09 23:57:31 +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): specific the position of the expand button (#1002) 2021-01-21 14:56:20 +08:00
Selection.razor feat(module: table): fixed header & columns (#954) 2021-01-09 23:57:31 +08:00
Selection.razor.cs fix(module: table): selection was broken with scroll y (#1020) 2021-01-22 09:56:51 +08:00
Table.razor feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
Table.razor.cs feat(module: table): support multiple sorter (#1019) 2021-01-22 00:45:15 +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 fix(module: table): add header style and fix the table size (#909) 2020-12-23 00:47:35 +08:00