carbon-components-svelte/types/DataTable
Eric Liu 0a69f8ec74
Various features/fixes (#727)
* fix(data-table): export useStaticWidth prop

* docs(data-table): add static width example

* fix(data-table): do not render table header if title/description not provided

* feat(modal): dispatch "click:button--primary" as an alias to "submit"

* test: update DataTable types test

* test(modal): update modal type tests

* docs(data-table): add clear reminder to key headers/rows
2021-07-05 13:22:56 -07:00
..
DataTable.d.ts Various features/fixes (#727) 2021-07-05 13:22:56 -07:00
DataTableSkeleton.d.ts Alignment with Carbon version 10.32 (#588) 2021-04-02 13:31:53 -07:00
Table.d.ts Align v10.34 (#621) 2021-06-25 03:45:30 -07:00
TableBody.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
TableCell.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
TableContainer.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
TableHead.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
TableHeader.d.ts Alignment with Carbon version 10.32 (#588) 2021-04-02 13:31:53 -07:00
TableRow.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
Toolbar.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
ToolbarBatchActions.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
ToolbarContent.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
ToolbarMenu.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
ToolbarMenuItem.d.ts feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515) 2021-02-07 11:25:20 -08:00
ToolbarSearch.d.ts Add input props to ToolbarSearch (#647) 2021-06-15 15:13:34 -07:00