How do I temporarily disable sorting or sort on value attribute of input element?

How do I temporarily disable sorting or sort on value attribute of input element?

bjorn.paulstrombjorn.paulstrom Posts: 5Questions: 2Answers: 0
edited July 2016 in Free community support

How do i temporarily disable sorting of a table?

I change the contents of some cells when the user click an edit button. I replace the former numeric #value with

<input type="text" value="#value">

but this causes the table to reorder and reset the pagination. I want to disable sorting until the user is done editing the row, alternatively make the sort based on the 'value' attribute of <input>.

/Regards

Answers

This discussion has been closed.