Hi,
I'm using javascript DataTables in my production project for sorting, searching etc., and everything was ok until TMS Web Core v 2.1.
In attachement project to repro the problem.
DataTables.zip (1.7 MB)
I checked the attached project on v 2.0.5.0 and is ok but on v 2.1.0.2 I have a problem with get proper Table.cells[] value.
Repro steps:
- Click "Fill example data"
- Click row in the grid
You can see that on v 2.0.5.0 is ok (after click row with value Value1_9 i got Clicked Value1_9)
- Sort the column using DataTables, click on the Header2 header.
version 2.0.5 below is ok.
version 2.1.0.2 is wrong I clicked Value1_3 but got Value1_8?
Why DataTables does not work properly with version 2.1.x ?
I have in application many places where I used the DataTables feature. It should work like in versions before 2.1.x