How to insert filter excel in head

How to insert filter excel in head

DACLOIDACLOI Posts: 1Questions: 1Answers: 0

Answers

  • kthorngrenkthorngren Posts: 21,188Questions: 26Answers: 4,925

    Datatables doesn't have anything built-in for that interface. I don't know of any examples but I remember other threads asking something similar. You might be able to find them to see if there are examples.

    It will require custom coding. Click events will need to be created for each function you want to support. In the event handlers use Datatable APIs like column().order() and column().search() to perform the actions.

    This example shows how to add column searches using column().search().

    Kevin

Sign In or Register to comment.