new user pagination issue

new user pagination issue

pilleypilley Posts: 6Questions: 1Answers: 0
edited May 2012 in Plug-ins
I have been using datatables for around a week now and absolutely love it.

With the upgrade to 1.9 I am having an issue relating to the sNext and sPrevious fields in that now they display text whereas 1.8 it was buttons only. Can i remove the text fields during table init?

Also when a datatable is placed within an jquery accordian the sNext and sPrevious add a new line but if I use the same code without the accordian everything stays inline, is there something I need to add to keep the inline state when viewing within an Accordian

Replies

  • pilleypilley Posts: 6Questions: 1Answers: 0
    I think I have found the solution here http://www.datatables.net/examples/api/tabs_and_scrolling.html

    I am having issues applying it though has anyone had experience with this?
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    > With the upgrade to 1.9 I am having an issue relating to the sNext and sPrevious fields in that now they display text whereas 1.8 it was buttons only. Can i remove the text fields during table init?

    This is noted in the upgrade notes: http://datatables.net/upgrade/1.9 . You can use oLanguage.sNext and sPrevious to remove the text.

    > Also when a datatable is placed within an jquery accordian the sNext and sPrevious add a new line

    Sounds like a floating issue. I think we'd need to see the example of that occurring.

    Allan
This discussion has been closed.