Open evanmoran opened 5 years ago
Add support for bulk adding multiple rows on oj.Table and oj.List
I believe this will need to be oj.Table([[1,2,3], [4,5,6]]) and oj.List([1,2,3])
oj.Table([[1,2,3], [4,5,6]])
oj.List([1,2,3])
Add support for bulk adding multiple rows on oj.Table and oj.List