Open fullscreen | Source on github | User Guide
const rows = 100;
function calc(){
return {
random: (1000 * Math.random()).toFixed(2)
};
}
const columns = [
{ header: 'Random', field: 'random' }
];
Open fullscreen | Source on github | User Guide
const rows = 100;
function calc(){
return {
random: (1000 * Math.random()).toFixed(2)
};
}
const columns = [
{ header: 'Random', field: 'random' }
];