ant-design-blazor/components/table
2024-07-28 01:02:25 +08:00
..
Filters feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +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 feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +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 feat(module: table): add group title template (#3962) 2024-07-21 01:19:16 +08:00
Column.razor.cs feat(module: table): add parameter Filtered for marking filter is actived (#3911) 2024-06-15 22:55:21 +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 docs: achieve a querying & editing demo for table (#3970) 2024-07-11 22:31:40 +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 docs: achieve a querying & editing demo for table (#3970) 2024-07-11 22:31:40 +08:00
ISelectionColumn.cs refactor(module: table): reorganize the selection of rows (#3502) 2023-11-16 13:05:43 +08:00
ITable.cs feat(module: table): add group title template (#3962) 2024-07-21 01:19:16 +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 fix(module: table): check all can't check the children rows with tree data (#3909) 2024-06-15 22:56:34 +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 feat(module: table): add group title template (#3962) 2024-07-21 01:19:16 +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): selection with radio mode can't work with tree data (#4002) 2024-07-21 23:13:10 +08:00
Table.razor.Selection.cs fix(module: table): selection with radio mode can't work with tree data (#4002) 2024-07-21 23:13:10 +08:00
TableFilter.cs feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +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): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +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