Update DataTableStyle.d.ts

pull/5806/head
tugcekucukoglu 2024-05-22 22:18:12 +03:00
parent dbbaad5065
commit 8cb2f744e1
1 changed files with 4 additions and 1 deletions

View File

@ -118,7 +118,10 @@ export enum DataTableClasses {
* Class name of the filter remove rule button element
*/
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
*/