mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update DataTable.d.ts
This commit is contained in:
parent
7ab50d18d6
commit
33556dbe04
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue