Need help with getting an account ID and display the results as data tables for 5 levels
Need help with getting an account ID and display the results as data tables for 5 levels
rnallam
Posts: 2Questions: 1Answers: 0
Hi
I have a page which is built with jquery for account search and display
but after displaying i wanted to show its child records - meant account - contacts - contact roles - another custom object (this last object should be in edit mode for few fields) - can i do this with jquery
If yes , can you please help me to do
as i am done with things for searching already
This discussion has been closed.
Answers
DataTables' child row example is here:
http://datatables.net/examples/api/row_details.html
- if that's what you mean.
I am working with VF page to show this data table , is there any work around for it ?
as i am facing issue with "account search with jquery working and displaying only one result as my filters work like that way and after that i have a button which needs to display another data table for account - contacts and I am not able to get the account id to show it " can you please help here