function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gurditta GargGurditta Garg 

jQuery dataTable onrow Select

Hi,

 

I've a listing of a Object's records in a jQuery's dataTable and when i'll select a row i want to display the information of that row in a editable form under the listing of the records without refreshing the page.

 

Thanks

Shiv ShankarShiv Shankar

Open a new window by passing the record id for that row. and pass the values also if there is some values also.

Gurditta GargGurditta Garg
Thanks for reply but i need to do all this in a single page.. i cant take the user to the other page.
joshbirkjoshbirk

For something like this I've usually used jQuery UI's modal plugin.  You could loop it with a JavaScript Remoting call to get the record information.

Gurditta GargGurditta Garg
@joshbirk
i tried using JavaScript Remoting but the result that i get is only in viewable form, i want to edit the records on click.
Gurditta GargGurditta Garg
i got the solution, if anybody need help in it please get in touch with me.
Dev NishitDev Nishit
Hi Gurditta,
I have the same issue.
I need to fetch all records from a custom Object, display it on the dataTable ( pagination on dataTable) and make all the records editable  ie onClick a popup to edit OR edit in that same cell.
Any help would be appreciated. 
Thanks.