I have a flex grid with initial columns that contain base information. From these columns, the data expands horizontally by month.
What I need is that when performing horizontal scrolling, the first columns remain fixed so that I don’t lose reference while navigating through the monthly information.
Is there a way to configure this in a flex grid?