Beginner: "Showing records x to y"
Beginner: "Showing records x to y"
RobertG
Posts: 2Questions: 0Answers: 0
Pretty new to jQuery and DT, trying to migrate from YUI...
Built a test static table, and used the DOM connector to DT it - got a nice status line: "Showing 1 to 1 of 1 entries (filtered from 4 total entries)"
Am trying to enable similar functionality when drawing from a JSON source, need steering in the right direction.
Built a test static table, and used the DOM connector to DT it - got a nice status line: "Showing 1 to 1 of 1 entries (filtered from 4 total entries)"
Am trying to enable similar functionality when drawing from a JSON source, need steering in the right direction.
This discussion has been closed.
Replies
It should just work automatically, like in this example: http://datatables.net/release-datatables/examples/data_sources/ajax.html :-)
If that doesn't work for you, please link us to your test case showing the problem.
Allan