You need to sign in to do that
Don't have an account?

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
Open a new window by passing the record id for that row. and pass the values also if there is some values also.
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.
i tried using JavaScript Remoting but the result that i get is only in viewable form, i want to edit the records on click.
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.