hello everyone! i come with this query, in my project we need specifically a sort by using the API, in my table i do it by clicking on the header, that activates a workflow that calls the api with the sort, is there any way to do the same using data grid?
Hi @santiago
Mmm I don’t think it’s possible at the moment. I tried disabling the native sort and creating a custom workflow to trigger an API call but there’s on “On column sort” action.
I’ll ask the team if it’s on the roadmap or if there’s another solution I overlooked.
I solved forking the component and adding a “on sort” call, thank you!
What do you mean by forking? Is that something we can do on weweb? trying to do the same thing…
Hey @raelyn!
Yes, you can fork WeWeb elements and your custom coded components to create clones and customize them with AI/code.
Our documentation contains more info on this and here’s a short demo of the same.
Hope this helps
Hey! Thank you! Aside from this way Is there any way within weweb to filter / sort the data grid back end?