evanmoran / oj

Unified web templating for the people. Thirsty people.
MIT License
444 stars 7 forks source link

Bulk add rows to oj.Table and oj.List #23

Open evanmoran opened 5 years ago

evanmoran commented 5 years ago

Add support for bulk adding multiple rows on oj.Table and oj.List

evanmoran commented 5 years ago

I believe this will need to be oj.Table([[1,2,3], [4,5,6]]) and oj.List([1,2,3])