My Table is not sorting Calculation result.
My Table is not sorting Calculation result.
I created a data table with your codes.. I added percentage change calculator on it. Both Table sorter and percentage change calculator is working without any problems. Exact Problem is, Calculation result Column, (Calculator 01 Result, & Calculator 02 Result) is not working / not sorting. When I click for sorting, not getting effect/changes. All other columns are working without any problems. I don't understand it's problem. format is wrong? I am wondering. I have made a Codepen page for preview: https://codepen.io/themecode/pen/GRdpmBa . Please solve my problems...
Answers
You mean you want to sort by the value in the
input
elements? If so, see this example. It might need a little modification to work with the twoinput
elements you have in the columns though.Allan
YES. It helped me.. Problem almost solved.. Thanks..