You certainly can: http://datatables.net/examples/api/row_details.html - which is all client-side.
In that example I've used information from the columns to display the 'details'. You could use the information from a hidden (or multiple hidden columns) if you what the information to be properly hidden before display (which you probably do!).
Replies
You certainly can: http://datatables.net/examples/api/row_details.html - which is all client-side.
In that example I've used information from the columns to display the 'details'. You could use the information from a hidden (or multiple hidden columns) if you what the information to be properly hidden before display (which you probably do!).
Regards,
Allan