Update DataTable.d.ts

pull/5950/head
Maxim Karpov 2024-06-26 13:29:34 +03:00 committed by GitHub
parent 7ab50d18d6
commit 33556dbe04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1165,13 +1165,13 @@ export interface DataTableProps {
*/
breakpoint?: string | undefined;
/**
* Whether to show grid lines between cells.
* @defaultValue false
* Whether to display table headers
* @defaultValue true
*/
showHeaders?: boolean | undefined;
/**
* Whether to display table headers
* @defaultValue true
* Whether to show grid lines between cells.
* @defaultValue false
*/
showGridlines?: boolean | undefined;
/**