title: Dealing with big spreadsheets through lazy loading keywords: Jexcel, javascript, javascript vanilla, javascript plugin, plugin, excel-like, spreadsheet, table, tables, grid, datatables, data description: This example brings a very nice feature to deal with large table datasets. [Back to Examples](/jspreadsheet/v3/examples) # Lazy loading The following table is dealing with 60.000 columns. The lazy loading method allows render up to 130 rows at the same time and will render other rows based on the scrolling. ```html
```