Releases: jamerst/o-data-grid
Releases · jamerst/o-data-grid
v1.3.1
16 Oct 12:35
Compare
Sorry, something went wrong.
No results found
Changelog:
Remove empty $select and $expand parameters - fix issues with latest AspNetCoreOData (#1 )
v1.3.0
18 Aug 20:36
Compare
Sorry, something went wrong.
No results found
Changelog:
Add strong row typing support - original object returned from OData can be accessed from params.row.result
v1.2.1
08 Aug 20:58
Compare
Sorry, something went wrong.
No results found
Changelog
Fix missing multiple expand support for columns
v1.2.0
27 Jul 20:13
Compare
Sorry, something went wrong.
No results found
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
26 Jun 20:13
Compare
Sorry, something went wrong.
No results found
Changelog:
Fix manual hiding/showing of columns not working
Fix filterOnly columns appearing in the column visibility selector
v.1.1.0
07 May 16:34
Compare
Sorry, something went wrong.
No results found
Changelog:
Add $compute support for filtering
Fix single quotes not being escaped
v1.0.1
14 Feb 20:51
Compare
Sorry, something went wrong.
No results found
Changelog:
Reduce bundle size - remove odata and ramda as dependencies
Add requestOptions prop to allow configuring the OData request
v1.0.0
13 Feb 17:16
Compare
Sorry, something went wrong.
No results found
Changelog:
Support columnVisibilityModel
Migrate to columnVisibilityModel internally
Minor bug fixes and tweaks