Skip to content

How to disable sort feature temporary via JS control before sorting fire #138

Open
@jimmy123j

Description

@jimmy123j

I use JS insert new <tr> with dynamic data after clicked specific <td> with toggle feature

and I need to disable sort feature temporary after new inserted and toggle

I tried to remove <table> class "table-sort" and "table-process" or add "disable-sort" into each <th> not working

seems inject sorting after script loading

does any way to disable table sort via JS control before sorting feature fire ? ( flow sample as img )

Or can add JS control feature into next version update ? ( e.g. enable / disable / reload options ... etc. )

btw, table-sort support null last ? ( put the empty cell to the last always after sorting )
old issue seems without support the feature class then closed

Thanks !!!

image

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