Search
-
jQuery Datatable DOM positioning for Buttons
by mmraja83 ·http://stackoverflow.com/questions/34416766/jquery-datatable-dom-positioning-for-buttons/34577139#34577139 -
Export to Excel Breaking when "(double Quotes) is present in table cell
by sriram15690 ·I am fetching the special characters in the form of ASCII values in the json and loading the table. Sorting, filtering etc work fine. But when I do Export to Excel using tabletools swf plugin, it b… -
DataTables are responsive only on refresh (sometimes two refreshes required)
by firepebble ·border:1px solid #343A4C; -
Multiple Tables (and even single tab won't format properly
by Jan_I ·I m pretty new into programming with RoR but anyhow, I dearly wanted to implement the datatables functions. I followed the instructions from the respective Railscast (#340) and got one table to work a -
Server side processing means doing all filtering, sorting on server too?
by rlw ·Hi, I successfully followed the RailsCast #340 on using Datatables with Ruby on Rails which showed me how to do server side paging and server side global filter. But now I want to do per-column filter -
Using DataTables live
by need2surf ·So I am not sure where to look next. On the face of it it looks as if Rails isn't serving up the correct json. My code is based on Ryan Bate's RailsCasts #340 - he checked my code and could not see a -
fnLengthChange() changes the value of all my select fields
by espringer ·The same thing was occurring in my code: all the select dropdowns were having their selected values cleared out by this line of code. The solution was to change the line above to specifically call th…