Datatable with column filters, issue with input box not 100%
Datatable with column filters, issue with input box not 100%
GlenLewis
Posts: 7Questions: 5Answers: 0
I have setup column filters, but no matter what I do, I cannot get it to use the entire <th> available space.
You can see from the inspection, it has plenty of space available to the right of the input box.
And the styling for the input has width 100%.
I think it is the exact spacing of the sort for the column. But even if I disable the sort the space is still not used. Really would like to figure this out.
Thank you.
This discussion has been closed.
Answers
Sorry I figured it out, the TH has style css from the datatable css that pad the inside with 30px.
I am just going to add a style override to 0px; for the second row.