Open AlexanderMelox opened 1 year ago
From backlog Nov 9, we are wondering if this can be after the initial filtering extension release as an enhancement.
Could this enhancement also be a way to cover #3713 ?
@matthewgallo to add more detail on acceptance criteria.
@elycheea can we have a custom mechanism available to render the filter layout in the data grid with customised content, instead of relying solely on an array of objects for definition? The requirement entails utilising various flyover layouts to define data, which is subsequently fetched to populate the grid accordingly. For instance, there may be scenarios where the filter depends on other factors that are not included in the scope of data defined in the data grid. In such cases, filtering should encompass data across all records, not just those present on the current page. Additionally, there's a need for flexibility in the filter layout to meet design specifications
What will this achieve?
This will allow users to include their own custom filtering methods inside of useFiltering
How will success be measured?
User should be able to pass in a custom filterType