mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5105
This commit is contained in:
parent
19f9813d16
commit
3d43ab506f
6 changed files with 33 additions and 0 deletions
5
components/lib/datatable/DataTable.d.ts
vendored
5
components/lib/datatable/DataTable.d.ts
vendored
|
@ -1105,6 +1105,11 @@ export interface DataTableProps {
|
|||
* @defaultValue false
|
||||
*/
|
||||
stripedRows?: boolean | undefined;
|
||||
/**
|
||||
* Highlights automatically the first item.
|
||||
* @defaultValue false
|
||||
*/
|
||||
highlightOnSelect?: boolean | undefined;
|
||||
/**
|
||||
* Defines the size of the table.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue