Is there a reliable way to implement a sticky fixed header in Backgrid.js with only CSS?
I am aware of the backgrid.fixedheader js plugin, and have tried it, but it is not totally reliable or stable.
Is there a reliable pure CSS solution for this issue?
I have tried setting the position property to <thead>
to absolute and fixed, but this results in the <tr>
not floating correctly.