Hello, World!
tip
You can interact with the following editor!
Live Editor
Result
Or you can update the config using updateConfig
:
Live Editor
Result
You can interact with the following editor!
const grid = new Grid({columns: ['Name', 'Email', 'Phone Number'],data: []});
Or you can update the config using updateConfig
:
const grid = new Grid({data: []}).updateConfig({columns: ['Name', 'Email', 'Phone Number'],});