carbon-components-svelte/src/DataTable
Eric Liu dd43224119
feat(data-table): support generics (#1954)
Co-authored-by: K.Kiyokawa <koichi20110068@gmail.com>
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
2024-11-11 21:10:45 -08:00
..
DataTable.svelte feat(data-table): support generics (#1954) 2024-11-11 21:10:45 -08:00
DataTableSkeleton.svelte chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
DataTableTypes.d.ts feat(data-table): support generics (#1954) 2024-11-11 21:10:45 -08:00
index.js Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Table.svelte feat(data-table): allow custom column widths (#1265) 2022-05-14 09:24:24 -07:00
TableBody.svelte chore: lift components folder 2020-07-19 09:06:08 -07:00
TableCell.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
TableContainer.svelte fix(DataTable): useStaticWidth fix for title/description (#824) 2021-09-23 08:55:06 -07:00
TableHead.svelte chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
TableHeader.svelte fix(table-header): button should have explicit type="button" (#1573) 2022-12-07 20:14:47 -08:00
TableRow.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Toolbar.svelte refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
ToolbarBatchActions.svelte fix(toolbar-batch-actions): active prop should be reactive (#1445) 2022-08-14 14:55:38 -07:00
ToolbarContent.svelte feat(data-table): support radio, selectable variants with batch actions 2020-10-24 13:37:00 -07:00
ToolbarMenu.svelte fix(toolbar-menu): remove redundant menu offset for Svelte 5 compatibility (#2047) 2024-11-10 11:50:54 -08:00
ToolbarMenuItem.svelte perf: use direct imports where possible (#1158) 2022-03-12 13:50:40 -08:00
ToolbarSearch.svelte fix(data-table): handle ToolbarSearch filtering in DataTable (#2037) 2024-11-10 09:27:27 -08:00