Random
113.16
414.78
98.85
638.72
171.61
3.5.0 (jquery)

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