feat! DataTable v11 styles

This commit is contained in:
Nicolas Peugnet 2024-08-12 12:11:05 +02:00
commit e02eb80e53
13 changed files with 171 additions and 97 deletions

View file

@ -21,9 +21,9 @@ export interface DataTableSkeletonProps extends DataTableHeader, RestProps {
/**
* Set the size of the data table
* @default undefined
* @default "lg"
*/
size?: "compact" | "short" | "tall";
size?: "xs" | "sm" | "md" | "lg" | "xl";
/**
* Set to `true` to apply zebra styles to the datatable rows