We are using Param Query version 6.2.4.
If I call the addRow() method with the row filtered and then un-filter the row, the added row will be moved to the top.
Also, if I add an element to the row data retrieved with pq.gridT.instance.getData() while the row is filtered, and then call the refresh() method, the data will not be updated. (In the unfiltered state, the row will be added.)
Is it a specification that rows added when filtering will be moved to the top after the filter is removed?