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?
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?
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.