Random
471.26
50.34
793.25
355.22
752.13
3.5.0 (js)

Dynamic

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' }
];