mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #4985 - update .d.ts
This commit is contained in:
parent
bb82382190
commit
1172613879
7 changed files with 7 additions and 7 deletions
2
components/lib/datatable/DataTable.d.ts
vendored
2
components/lib/datatable/DataTable.d.ts
vendored
|
@ -966,7 +966,7 @@ export interface DataTableProps {
|
|||
/**
|
||||
* Defines whether metaKey is requred or not for the selection. When true metaKey needs to be pressed to select or unselect an item and
|
||||
* when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue