Description
The o-table component needs a more flexible mechanism to apply filters during table initialization, especially when working with complex programmatic filters.
Describe the solution you'd like
<o-table [initialize-filters-callback]="getFiltersCallback"></o-table>
Description
The
o-tablecomponent needs a more flexible mechanism to apply filters during table initialization, especially when working with complex programmatic filters.Describe the solution you'd like
<o-table [initialize-filters-callback]="getFiltersCallback"></o-table>