integration with jExpand or similar?
integration with jExpand or similar?
LeadVisionary
Posts: 8Questions: 0Answers: 0
I'm trying to achieve jExpand (http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx) functionality within DataTables. A user on http://www.noupe.com/javascript/jquery-html-table-toolbox.html suggested that DataTables provides this functionality through accordion, but that may have been a mistype as I do not find any documentation on this. Has anyone tried to integrate jExpand with datatables? Would anyone have some insight how to go about doing so?
I imagine you would have to add new rows similar to http://datatables.net/examples/api/add_row.html
but not sure where to go from there. (haven't dived deep though, as I'm on a tight schedule)
I imagine you would have to add new rows similar to http://datatables.net/examples/api/add_row.html
but not sure where to go from there. (haven't dived deep though, as I'm on a tight schedule)
This discussion has been closed.
Replies
Allan
I imagine this needs to be added to the oTable.fnOpen function somewhere, but not sure where...
[code].slideDown('slow', function() {... });[/code]
Ps.donated - but forgot to add thread number...
Regards,
Allan
Allan