Boostrap css doesnt work when using search on footer ?
Boostrap css doesnt work when using search on footer ?
Link to test case: https://jsfiddle.net/4Ln30q9x/
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: I'm trying to restrict the width of the table , when I comment out tfoot everything works as expected, when the tfoot (and search ) is active the css is overridden somehow and I'm not able to pinpoint where is the issue.
Can anyone help me ?
Also If I dont want search column for the actions row can I disable it ?
Thanks
This question has an accepted answers - jump to answer
Answers
This thread should help with controlling the column width with search inputs.
You can use a classname to define which columns get the search inputs. See this example from this thread for ideas of how this works.
Kevin
Thanks I'm looking at it now
Yeap thank you , works perfect !!