When we use table component with filter, and we have to manually clear the data that we search by filter.
but ADF provides functionality to clear filter data by one click on Filter icon.
When We drop table on page and it looks like this
Now we have to set atleast one column with RowHeader --true in propertyInspector of table Column.
It mean select table column and go to property Inspector and Set RowHeader to true
Now run the page, and search something using table filter
Cheers :) Happy Learning
but ADF provides functionality to clear filter data by one click on Filter icon.
When We drop table on page and it looks like this
Now we have to set atleast one column with RowHeader --true in propertyInspector of table Column.
It mean select table column and go to property Inspector and Set RowHeader to true
Now run the page, and search something using table filter
Now click on the clear icon that is appearing on head of column , for that we have set RowHeader to true
and your table filter get cleared when you click on that icon.
Cheers :) Happy Learning