Hi!
I have small problem with, data binding.
I have data in such format:
[{ id: 1, value: 'First', row: 0, col: 0, ...otherProps },
{ id: 2, value: 'Second', row: 0, col: 1, ...otherProps },
{ id: 3, value: 'Third', row: 1, col: 0, ...otherProps },
{ id: 4, value: 'Fourth', row: 1, col: 1, ...otherProps },
...etc.]
Can i create table with my custom row, col attributes?