Hi all,
In our application, we add rows only below the current row in table component and we have a column 'line_num' to keep the order of rows added. All above-mentioned features are working fine but when I execute query before committing the changes, the row added will move to the first row in the table.
For example, the execute query function can be called in many ways, one is using table filter .if I add one row in between some other row and then if using table filter, the newly added row move to the first row.
Any help would be great-MAZZ