How to freeze columns in a report using erpnext/frappe?
For No Standard Script Report,
In Frappe V16 : you could freeze the columns using sticky: true
In Frappe V14 or V15 : In client side you could apply CSS (position: sticky) to freeze desired columns.