Leave line always at the top

3

I'm using the DataTables plugin and wanted a line to always be at the top of the sorting order or the search that was done as if it had a static "position", always first

Does anyone know how I can do this?

    
asked by anonymous 14.08.2015 / 20:58

1 answer

1

There is the FixedColumns plugin, but it does not allow this functionality.

What you can do is put a header with two lines, the second being the line you want to keep permanently.

This example: jsfiddle , From the fix second row question, show this in action.

    
14.08.2015 / 21:16