carbon-components-svelte/types/DataTable
metonym 72c24b83b2
feat(data-table): support programmatic sorting (#1337)
* refactor(data-table): pass down sortable props instead of using context

* feat(data-table): support programmatic sorting

* test(data-table): assert new props

* docs(data-table): add "Programmatic sorting" example

* refactor(data-table): remove unused tableSortable store

* refactor(data-table): remove unused indices
2022-06-05 13:37:50 -07:00
..
DataTable.svelte.d.ts feat(data-table): support programmatic sorting (#1337) 2022-06-05 13:37:50 -07:00
DataTableSkeleton.svelte.d.ts breaking(types): type arrays as read-only (#1335) 2022-06-05 13:25:43 -07:00
Table.svelte.d.ts feat(data-table): allow custom column widths (#1265) 2022-05-14 09:24:24 -07:00
TableBody.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
TableCell.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
TableContainer.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
TableHead.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
TableHeader.svelte.d.ts feat(data-table): support programmatic sorting (#1337) 2022-06-05 13:37:50 -07:00
TableRow.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
Toolbar.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
ToolbarBatchActions.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
ToolbarContent.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
ToolbarMenu.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
ToolbarMenuItem.svelte.d.ts feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234) 2022-04-09 14:13:56 -07:00
ToolbarSearch.svelte.d.ts chore: fix typos in type annotations (#1275) 2022-04-30 08:52:47 -07:00