Bug #23869
closedFWG: Staging: web app: Transaction Log: Facing Performance Issue.
0%
Description
On Transaction Log page when opened the Columns Dropdown & tried to scroll the column names & Pinned on any column name then the screen gets stuck for some seconds & due to which not able to use the web app properly.
Updated by Dinesh Pedagada 19 days ago
On the Transaction Log page, we initially implemented a feature where clicking on a specific column would freeze all columns up to that point, as per your suggestion. However, we encountered a performance issue—by default, the first four columns are frozen, and while users can freeze up to the 10th or 11th column (which remains visible on the screen), freezing beyond that causes the page to slow down and become unresponsive due to insufficient space.
To address this, I have developed a new approach: except for the first four columns, all other columns can now be individually frozen and unfrozen. This solution is working fine, and since we have a meeting tomorrow, I have implemented this change to avoid performance issues in front of the client. If they approve, we can proceed with this approach.