Hello. I want to understand the way to create a **simple** code of table in DatacoreJS, similar to DataviewJS: ```js dv.table( [], [ [ "LOREM", "IPSUM" ], [ "DOLOR" ] ]); ```