[SalesForce] How to add drill-down jQuery datatable in salesforce

I have a requirement Where I need to create a data table in visualforce using jQuery with a expansion / Drill- down button. If i click on the expansion button it should expand the row and show other information.

Here is an example…
http://datatables.net/blog/Drill-down_rows. I need to implement this in visualforce.

Please help.
Thanks in advance

Best Answer

I know how to play with expand and collapes of section which are generally use in Visualforce page then below links help you.

1)http://www.forcetree.com/2010/04/expand-collapse-pageblock-table-columns.html

2)http://salesforce-stuff.blogspot.in/2011/11/collapse-pageblocksection.html

you can open a iframe where you can show info by sending the id of record when user expand the section

Related Topic