new user pagination issue
new user pagination issue
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
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
This discussion has been closed.
Replies
I am having issues applying it though has anyone had experience with this?
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