Filtering out html inputs (based on value)

Filtering out html inputs (based on value)

twisteddianatwisteddiana Posts: 1Questions: 0Answers: 0

I noticed a problem in latest version (which worked ok in the previous ones).
I have a huge table, filled with translation phrases - first column is the phrase to translate and next columns are translations of that phrase in the list of languages.
The problem was that filtering didn't work on the inputs, at all.

I debugged the code and found out that the culprit was on line 3002 - when passed to the fomatter, the "search" data came up empty (the formater didn't read the value from the input field).

Just FYI.

This discussion has been closed.