Components
WTable
Stories
Props
| Prop | Default | Type |
|---|---|---|
values | unknown[] | |
border | true | boolean | undefined |
rounded | true | boolean | undefined |
resizable | {} | Record<string, any> | undefined |
cols | [] | unknown[] | undefined |
cellBorder | true | boolean | undefined |
header | true | boolean | undefined |
colConfig | {} | Record<string, any> | undefined |
virtualizerOptions | {} | Record<string, any> | undefined |
stickyHeader | boolean | undefined | |
wrapperAttrs | Record<string, any> | undefined | |
itemKey | Function | undefined |