mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5410 - Type 'string' is not assignable to type 'object'.
This commit is contained in:
parent
d7c25df7b0
commit
688430587a
1 changed files with 1 additions and 1 deletions
2
components/lib/datatable/DataTable.d.ts
vendored
2
components/lib/datatable/DataTable.d.ts
vendored
|
@ -1117,7 +1117,7 @@ export interface DataTableProps {
|
|||
/**
|
||||
* Inline style of the table element.
|
||||
*/
|
||||
tableStyle?: object | undefined;
|
||||
tableStyle?: string | object | undefined;
|
||||
/**
|
||||
* Style class of the table element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue