mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update DataTableStyle.d.ts
This commit is contained in:
parent
dbbaad5065
commit
8cb2f744e1
1 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,10 @@ export enum DataTableClasses {
|
||||||
* Class name of the filter remove rule button element
|
* Class name of the filter remove rule button element
|
||||||
*/
|
*/
|
||||||
pcFilterRemoveRuleButton = 'p-datatable-filter-remove-rule-button',
|
pcFilterRemoveRuleButton = 'p-datatable-filter-remove-rule-button',
|
||||||
pcFilterAddButton = 'p-column-filter-add-button',
|
/**
|
||||||
|
* Class name of the filter add rule button element
|
||||||
|
*/
|
||||||
|
pcFilterAddRuleButton = 'p-datatable-filter-add-rule-button',
|
||||||
/**
|
/**
|
||||||
* Class name of the filter buttonbar element
|
* Class name of the filter buttonbar element
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue