Column Filter Textbox Width
Column Filter Textbox Width

in DataTables 2
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
It seems textbox used in column filtering is fixed width. Even when I specify custom column width in columnDef, this fixed-size textbox overrides it.
How can I make these textboxes follow column width values?
This question has an accepted answers - jump to answer
Answers
See if this thread helps.
Kevin
Thank you Kevin.