I want to freeze the first two columns of a report when scrolling horizontally and vertically.
I implemented this. But it is getting possible only for those no of rows which are visible initially for the first time (without scrolling).
But when we scroll down columns are not visible.
I want the first two columns of a report freeze when scrolling horizontally.
And also when scrolling vertically, one should get respective data of particular column.
I made changes on frappe-bench/apps/frappe/frappe/public/js/frappe/views/reports/query_reports.js to have option to freeze column. Please find change below.
interesting. I never understood why this functionality was not given priority, which should not be very difficult to implement, there are several posts about it.
Many reports are practically unreadable without being able to do this.
@magic-overflow I implemented as per your guide but there is no effect in the columns. I want to freeze particular column while scrolling horizontally in the report.