Replies: 1 comment 6 replies
-
I'm not planning on adding anymore features myself to OData/GraphQL Services but feel free to add such features. You can also thank @jr01 for adding a few extra features like select/expand/count, he was instrumental in adding these enhanced options. There was also this old Discussion #578 to add OData Metadata Parser but it stalled and we never completed it, I had a semi working version of it but it only exist on my local computer (I still seem to have it in a separate folder but it's way out of date with master branch now). I can push it to a new branch if that can help with what you're asking for. A quick summary on these backend services, the goal was to keep them rather small without any external dependencies, but nowadays these services are optional (thanks to the nature of Slickgrid-Universal being a monorepo), so if you want to add something that requires external dependencies (like the one discussed in #578) there is also the possibility of creating a new package in the monorepo and since we use TypeScript, we could also take advantage of that and extend any TS class since I made sure that everything in the project uses So anyway, feel free to add any new features to these backend services, @jr01 is also a big user of OData and I'm sure he can help reviewing any new OData features that you might want to add. He's also in Europe like you and he's very friendly like you too haha Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Hi there, we've had a conversation about dynamic tables and sorting + filtering at work and I was just reminded of your OData support for Slickgrid. Holy moly, with the help of https://github.com/DynamicODataToSQL/DynamicODataToSQL I was able to sketch down a little POC in the matter of two hours. I'm blown away by the capabilities so far.
Now I wonder whether OData or Graphql backends are planned to have an insert/update feature in future?
Beta Was this translation helpful? Give feedback.
All reactions