This topic is locked
[SOLVED]

 update the head of a detail from a list

12/11/2018 8:43:49 AM
PHPRunner General questions
A
ayctech author

Can you update the grand total when you update a row in the detail from a list? without having to update the page with a reload

admin 12/11/2018

You can find ID of that element and change it using jQuery. Probably not going to be easy.

A
ayctech author 12/11/2018

I was testing with these codes but it does not work
var $editSelected = $('#edit_selected' + pageid);