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

JrDJrD 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.

http://stackoverflow.com/questions/26351033/not-able-to-assign-or-read-value-from-collapsed-input-field-text-box-in-respon

Answers

  • nico_genico_ge Posts: 1Questions: 0Answers: 0

    I have the same problem with input fields and responsive datatables.
    Did you find a solution ?

  • mRendermRender Posts: 151Questions: 26Answers: 13

    I replied to your SO question.

This discussion has been closed.