Skip to content

Column Sort Url when rendering datatable inside a live component #200

@mrcmorales

Description

@mrcmorales

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions