Fixed #6154
parent
0499c520c5
commit
6c21aa730f
|
@ -673,7 +673,7 @@ export interface DataTablePassThroughOptions {
|
||||||
* Used to pass attributes to the Paginator component.
|
* Used to pass attributes to the Paginator component.
|
||||||
* @see {@link PaginatorPassThroughOptionType}
|
* @see {@link PaginatorPassThroughOptionType}
|
||||||
*/
|
*/
|
||||||
paginator?: PaginatorPassThroughOptionType<DataTableSharedPassThroughMethodOptions>;
|
pcPaginator?: PaginatorPassThroughOptionType<DataTableSharedPassThroughMethodOptions>;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the table container's DOM element.
|
* Used to pass attributes to the table container's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue