ag-grid-odata icon indicating copy to clipboard operation
ag-grid-odata copied to clipboard

Implementation Odata ServerSideDatasource for ag-grid

Results 6 ag-grid-odata issues
Sort by recently updated
recently updated
newest added

Steps to Reproduce: Create a dataset with date fields. Configure Ag-Grid to display the dataset, allowing grouping by date fields. Attempt to group the data by date. Group works as...

The demo linked in the description doesn't work anymore: https://codesandbox.io/s/ag-grid-server-side-row-model-sample-zqujt?fontsize=14&hidenavigation=1&theme=dark It references this Heroku app that has since been removed or disabled: https://odatav4sample.herokuapp.com/odata/$metadata

Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

I've generated the below plunkr url for your perusal. ![Console](https://github.com/SenyaMur/ag-grid-odata/assets/25766330/047ba496-a1cc-42f9-909d-f4c445548e08) Aside from the license and CORS issues, we are unable to render a grid on any datasource URL. https://run.plnkr.co/plunks/ycNHGDUAOKCqWhYf/ Is...

**Description:** It appears that our current implementation of ag-Grid is incompatible with versions 32.0.0 and above. This issue is causing disruptions in functionality, and we are unable to upgrade to...

When filtering with values containing special characters it might fail. You should encode values for use in uri when building the query string. Suggestion for change in `toQuery`: ```js if...