ant-design-blazor/components/table
2024-04-08 23:36:24 +08:00
..
Filters fix(module: table): DateField filter would throw exception when property type is nullable. (#3704) 2024-02-27 20:07:51 +08:00
Internal feat(module: table): the items of DataSource support interface types (#3297) 2023-06-11 23:40:06 +08:00
style feat(module: table): add resizable columns (#3340) 2023-09-04 00:20:28 +08:00
TableModels fix(module: table): missing expression instance for sorting rows outside (#3766) 2024-03-31 23:06:06 +08:00
ActionColumn.razor fix(module: table): Incorrect deselection in virtualized table (#3282) 2023-10-21 23:45:37 +08:00
ActionColumn.razor.cs feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
Column.razor refactor(module: table): Change some components to render fragments, reducing allocation and avoid side effects cause by life cycle (#3545) 2023-12-03 20:25:31 +08:00
Column.razor.cs fix(module: table): filter carriage jump (#3683) 2024-02-20 22:46:14 +08:00
ColumnBase.cs fix(module: table): default scrollbar style (#3668) 2024-02-20 23:50:25 +08:00
ColumnContext.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
ColumnDefinition.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
GenerateColumns.razor.cs feat(module: table): supports automatic column generation based on the TItem type. (#2978) 2023-01-05 15:47:52 +08:00
IColumn.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
IFieldColumn.cs feat(module: table): add row grouping (#3487) 2023-11-07 23:18:38 +08:00
ISelectionColumn.cs refactor(module: table): reorganize the selection of rows (#3502) 2023-11-16 13:05:43 +08:00
ITable.cs fix(module: table): default scrollbar style (#3668) 2024-02-20 23:50:25 +08:00
PropertyColumn.cs fix(module: table): Incorrect deselection in virtualized table (#3282) 2023-10-21 23:45:37 +08:00
Selection.razor fix(module: table): avoid disabled selection would be selected when select-all checked (#3419) 2023-09-10 21:44:33 +08:00
Selection.razor.cs refactor(module: table): reorganize the selection of rows (#3502) 2023-11-16 13:05:43 +08:00
SimpleTableCell.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
SimpleTableHeader.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
SummaryCell.razor feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
SummaryRow.razor feat(module: table): add summary (#1218) 2021-03-31 19:02:57 +08:00
Table.razor fix(module: table): fixed header shadow style (#3691) 2024-02-21 23:57:42 +08:00
Table.razor.cs fix(module: table): row expand incorrectly because the cache is cleared due to re-rendering (#3785) 2024-04-08 23:36:24 +08:00
Table.razor.Pagination.cs fix(module: table): caches page data multiple times on remote data source mode (#3611) 2024-01-04 22:04:41 +08:00
Table.razor.RowData.cs fix(module: table): row expand incorrectly because the cache is cleared due to re-rendering (#3785) 2024-04-08 23:36:24 +08:00
Table.razor.Selection.cs fix(module: table): can't clear the selected rows if they were not on the current page (#3566) 2023-12-11 21:24:05 +08:00
TableFilter.cs feat(module: table): enable to reload with an outside query model (#2129) 2022-05-29 19:34:46 +08:00
TableHeader.cs feat(module: table): support for header grouping and row template (#2973) 2023-01-02 20:35:03 +08:00
TableLocale.cs feat(module: table): Allow custom Field filters (#3279) 2023-10-14 20:38:10 +08:00
TableRow.razor feat(module: table): add row grouping (#3487) 2023-11-07 23:18:38 +08:00
TableRowWrapper.razor fix(module: table): Incorrect deselection in virtualized table (#3282) 2023-10-21 23:45:37 +08:00
TableSize.cs feat(module: table): use small size Pagination for compacted table, add PaginationSize enum type (#2246) 2022-05-28 13:41:01 +08:00