❓FAQ
Frequently Asked Questions.
How can I contribute?
Any contribution is welcome! Read more here.
What kind of datasets are supported?
voici.js supports array of objects ({}[]
) and array of arrays ([][]
) as datasets. When using array of arrays, the indices are used as column names.
Why not just use console.table
, which is natively supported?
voici.js comes with much more useful features. console.table
in contrast does not really provide much functionality apart from printing the data.
Last updated