You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #as_query to provide format ready to convert to URL params
- Enhanced `as_query` method to handle dynamic filters correctly, ensuring proper serialization of query arguments.
- Added `as_json` method to provide JSON representation of datagrid attributes.
- Updated `query_params` to use string keys for consistency.
- Extended `TRUTH` array in `Utils` to include "y" for boolean conversion.
- Adjusted tests to reflect changes in serialization and parameter handling.
0 commit comments