mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For DataTable & Column & ColumnGroup & Row .d.ts
This commit is contained in:
parent
2669fd5925
commit
aabf445f91
4 changed files with 22 additions and 1 deletions
5
components/lib/datatable/DataTable.d.ts
vendored
5
components/lib/datatable/DataTable.d.ts
vendored
|
@ -1016,6 +1016,11 @@ export interface DataTableProps {
|
|||
* @type {DataTablePassThroughOptions}
|
||||
*/
|
||||
pt?: DataTablePassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue