I am facing an issue with a table that has a large number of elements. I would like the table to expand to the full width of the screen, but it slows down significantly when it does so. https://i.sstatic.net/s475I.png However, I have noticed that if I set the table to a fixed width or reduce it to the width where the bottom scroll appears, everything works smoothly without any lags. https://i.sstatic.net/R6WGr.png Can you provide some guidance on optimizing this? Could it be that using the table tag is causing the issue?