 and the data in demo/data.ts is: ``` ... { id: 'ccc', name: ['City', 'Canada', 'Toronto'], type: ColumnType.Numeric, data: gendata(i => i, rows) }, { id: 'ddd', name: ['City', 'Canada', 'Toronto'], type: ColumnType.Numeric, data: gendata(i => i * 100, rows) }, ... ```
and the data in demo/data.ts is: