Boostrap css doesnt work when using search on footer ?

Boostrap css doesnt work when using search on footer ?

stepgrstepgr Posts: 13Questions: 3Answers: 0

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

  • kthorngrenkthorngren Posts: 21,174Questions: 26Answers: 4,923
    Answer ✓

    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

  • stepgrstepgr Posts: 13Questions: 3Answers: 0

    Thanks I'm looking at it now

  • stepgrstepgr Posts: 13Questions: 3Answers: 0

    Yeap thank you , works perfect !!

This discussion has been closed.