Refactor #3832 - Fixes for DataTable

pull/3868/head
Tuğçe Küçükoğlu 2023-04-14 09:58:37 +03:00
parent c889db7793
commit f6c520c53d
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
:filterFooterTemplate="col.children && col.children.filterfooter"
:filterClearTemplate="col.children && col.children.filterclear"
:filterApplyTemplate="col.children && col.children.filterapply"
:filterIconTemplate="col.children && col.children.filtericon"
:filterAddIconTemplate="col.children && col.children.filteraddicon"
:filterRemoveIconTemplate="col.children && col.children.filterremoveicon"
:filterClearIconTemplate="col.children && col.children.filterclearicon"
:filters="filters"
:filtersStore="filtersStore"
:filterInputProps="filterInputProps"