Releases: jamerst/o-data-grid
Releases · jamerst/o-data-grid
v1.3.1
Changelog:
- Remove empty $select and $expand parameters - fix issues with latest AspNetCoreOData (#1)
v1.3.0
Changelog:
- Add strong row typing support - original object returned from OData can be accessed from
params.row.result
v1.2.1
Changelog
- Fix missing multiple expand support for columns
v1.2.0
Changelog
- Support nested expands - the
expand
property of an Expand
is no longer ignored, and can support multiple expansions
- Migrate to
@mui/x-date-pickers
- be sure to install the new peer dependency instead of @mui/lab
v1.1.1
Changelog:
- Fix manual hiding/showing of columns not working
- Fix
filterOnly
columns appearing in the column visibility selector
v.1.1.0
Changelog:
- Add
$compute
support for filtering
- Fix single quotes not being escaped
v1.0.1
Changelog:
- Reduce bundle size - remove odata and ramda as dependencies
- Add
requestOptions
prop to allow configuring the OData request
v1.0.0
Changelog:
- Support
columnVisibilityModel
- Migrate to
columnVisibilityModel
internally
- Minor bug fixes and tweaks