Can Show/Hide details rows be enabled without server-side processing?
Can Show/Hide details rows be enabled without server-side processing?
rs217000
Posts: 8Questions: 0Answers: 0
Thank you very much for this free gem! You've made a green coder (me) very excited to continue learning the craft.
I'm currently using a Javascript array to build my table. I'd really like to include the "show/hide details" feature (shown here: http://datatables.net/release-datatables/examples/server_side/row_details.html), but I'm not doing any server-side processing. Is this even possible? If so, where would be a good place to start (aside from continuing to fumble with the code, as I've been doing unsuccessfully for the last two hours).
I apologize if this has been posted in the forum already, but I didn't have any luck finding an existing answer.
Thank you for your time, and again, for this excellent plugin.
I'm currently using a Javascript array to build my table. I'd really like to include the "show/hide details" feature (shown here: http://datatables.net/release-datatables/examples/server_side/row_details.html), but I'm not doing any server-side processing. Is this even possible? If so, where would be a good place to start (aside from continuing to fumble with the code, as I've been doing unsuccessfully for the last two hours).
I apologize if this has been posted in the forum already, but I didn't have any luck finding an existing answer.
Thank you for your time, and again, for this excellent plugin.
This discussion has been closed.
Replies
http://datatables.net/examples/api/row_details.html
...pretty sure I can work with that and make it happen. For those who're running into the same question, it appears that, YES, the show/hide row details feature can work with client-side processing.
Thanks!