Hello,
I'm rendering a Datatable inside a symfony ux live component, for the first render the datatable and column sort are working great.
This is the first url to change column sort:
(this is current browser href)
<a data-turbo-action="advance" data-turbo-frame="_self" href="/admin/production/oee/oee-report">
But after the datatable is updated because live component is re rendered, the problem is coming.
Now the url to change column sort, sudenly had changed and now is related to live componet and don't works anymore:
This is the url:
<a data-turbo-action="advance" data-turbo-frame="_self" href="/admin/_components/oee_by_workstation">
Some idea obout how can I reoslve this problem?
Thank you
Hello,
I'm rendering a Datatable inside a symfony ux live component, for the first render the datatable and column sort are working great.
This is the first url to change column sort:
(this is current browser href)
<a data-turbo-action="advance" data-turbo-frame="_self" href="/admin/production/oee/oee-report">But after the datatable is updated because live component is re rendered, the problem is coming.
Now the url to change column sort, sudenly had changed and now is related to live componet and don't works anymore:
This is the url:
<a data-turbo-action="advance" data-turbo-frame="_self" href="/admin/_components/oee_by_workstation">Some idea obout how can I reoslve this problem?
Thank you