-
- Downloads
feat: Add support for array-list filter serialization in Datatable
Summary of changes - Implemented a new filter type "array-list" for handling string arrays. - Added functionality to parse string values and encode them for search queries. Changes - Created a new method within the `collectSearchQueries` function to serialize "array-list" format. - This allows for better handling and representation of multiple filter values as encoded strings in the query, enhancing the search capabilities. The changes were made to increase the flexibility of the filtering options in the Datatable component. Without these changes, users would struggle with properly formatting and managing multiple selections.
Please register or sign in to comment