ant-design-blazor/components/table
James Yeung 715149e21f feat(module: table): sortable (#319)
* feat(module: table): add sorter

* feat: add sorter tooltip

* feat: add table change event
2020-07-08 16:12:49 +08:00
..
style chore: sync ant-design v4.4.1 (#314) 2020-07-06 14:12:11 +08:00
TableModels feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
ActionColumn.razor fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +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): sortable (#319) 2020-07-08 16:12:49 +08:00
Column.razor.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
ColumnBase.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
ColumnContext.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
ColumnType.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
IColumn.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
IFieldColumn.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
ISelectionColumn.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
ITable.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
RowNode.cs fix(module: table): selection reset while page changing. (#236) 2020-06-19 23:06:33 +08:00
Selection.razor feat: radio supports generics (#246) 2020-06-29 23:19:25 +08:00
Selection.razor.cs feat: radio supports generics (#246) 2020-06-29 23:19:25 +08:00
Table.razor feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
Table.razor.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
Table.razor.Pagination.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
Table.razor.Selection.cs feat(module: table): sortable (#319) 2020-07-08 16:12:49 +08:00
TableSize.cs feat(module: table): add size, bordered option and footer/header (#269) 2020-06-29 15:52:28 +08:00