How can I contribute?
Any contribution is welcome! Read more .
Can I display objects inside cells?
Yes, the content of objects, arrays, sets and maps is displayed.
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 . console.table
in contrast does not really provide much functionality apart from printing the data.