How to a second header row below column titles (frozen) with inputs when using JSON data source
How to a second header row below column titles (frozen) with inputs when using JSON data source
thegamechangerpro
Posts: 81Questions: 30Answers: 1
Here's my test case
https://jsfiddle.net/thegamechangerpro/etqo8vx9/1/
Ultimately I am trying to create a row below the titles thats frozen where I can populate it with inputs and buttons to do batch edits on the column. The problem all the examples I find don't use json to populate the table like mine does.
Answers
Take a look at this example of FixedHeader with column searching.
The data source, Ajax, Javascript or DOM, doesn't matter.
Kevin