My table contains a dynamic number of columns based on the months inputted from the database starting from a start_date and ending at an end_date. I have the current_date stored as a variable and want the table to load with the x-scrollbar positioned right at the current_date. This is necessary because the current_date could be far from the beginning of the table, requiring users to scroll towards it.
Is there a way to set the x-scrollbar to start from a specific position?