scroll-x between table footer and table information

scroll-x between table footer and table information

jordivela007jordivela007 Posts: 6Questions: 0Answers: 0
edited January 2014 in General
i have an example in http://jsfiddle.net/5AavQ/35/
I can't put the x-scrollbar between datatable footer and datatable information.
How could be done?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You had a typo in the parameter name of sScrollX :-). I've also removed sScrollXInner and use the white-space option of CSS as that is much more flexible:

    http://jsfiddle.net/5AavQ/37/

    Allan
  • jordivela007jordivela007 Posts: 6Questions: 0Answers: 0
    thank you very much
This discussion has been closed.