Hi, can the scheduler limit the number of column display? Example I only want 60 column to be display regardless how long the dataset and screen resolution size. Is this possible? Thank you.
This can't be done automatically but you can calculate the cellWidth value based on the screen size (window.innerWidth) before displaying the Scheduler. You need to take into account the width of other elements on the page (including the Scheduler row header).