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