not able to assign or read value from collapsed input field (text box) in responsive datatable
not able to assign or read value from collapsed input field (text box) in responsive datatable
JrD
Posts: 1Questions: 1Answers: 0
I have a datatable with text boxes in columns for - Qty, price, and total. So when Qty changes I am triggering jquery chnage event and assigning new new total to total textbox. This works file as long as datatable is not collapsed and total textbox is visible.
But when datatable collapses and when column containing total textbox is no longer visible then value does not get assigned to total textbox. How do I fix this? More details and code at link below.
This discussion has been closed.
Answers
I have the same problem with input fields and responsive datatables.
Did you find a solution ?
I replied to your SO question.