In our latest update we have optimized how the table function works. It used to have a not too efficient implementation that couldn’t handle a lot (not more than thousand) of lines. We have improved the code quite a bit and now it can handle even millions of rows smoothly! Using a clever method, it only calculates rows that are displayed while scrolling.

This change makes it easier for you to really dig down in what a function does using tiny increments on each row.

Comments are closed.