Update input values inside responsive datatables based on others columns input fields

Update input values inside responsive datatables based on others columns input fields

itajackassitajackass Posts: 121Questions: 37Answers: 3

I've a datable with responsive active.

Inside a column i've a input field PRICE. When i change it, it update automatically 1 or more input fields inside others column.

Now if i've a large screen and responsive is not active, all works ok.
But if i've a small screen and responsive is triggered, i've problem: input field OUTSIDE the screen are not update.

See the fiddle example trying change PRICE input: http://jsfiddle.net/ebRXw/5349/

The last input field in the last column is not update if responsive is active.

I think i've to modify this logic: var tr = $(this).closest("tr"); .Now i've disabled responsive in all my tables and activated scrollX to get it working. But i'd like to activate responsive in all my tables without pain and without doing deep update to javascript! Any solution valid for responsive triggered and responsive not triggered using unique code?

Answers

This discussion has been closed.