In my Angular 7 project, I am utilizing the library found at this link. I have followed the example provided, which can be seen here.
Everything is working perfectly, except for the position of the search columns. I would like the search columns to appear in the header after the column names. I attempted changing the tfoot
to thead
, but it did not work.
I came across some examples like this one, but they replace the header columns with the search box, which is not what I want.