"
πŸš€ DataGridXL3 Out Now! See what's newβ†’

DataGridXL β€” Demos

DataGridXL Performance Demo

This demo renders a data grid of 2000 rows by 500 columns. One million editable cells!

Code

import DataGridXL from "path/to/DataGridXL.js";

export function init(){

  window.grid = new DataGridXL("grid", {
    licenseKey: "your_license_key",
    data: DataGridXL.createDummyData(2000,500)
  });

}
Hello, how can I help you?
1