FAQ

Frequently Asked Questions.

chevron-rightHow can I contribute?hashtag

Any contribution is welcome! Read more here.

chevron-rightCan I display objects inside cells?hashtag

Yes, the content of objects, arrays, sets and maps is displayed.

chevron-rightWhat kind of datasets are supported?hashtag

voici.js supports array of objects ({}[]) and array of arrays ([][]) as datasets. When using array of arrays, the indices are used as column names.

chevron-rightWhy not just use console.table, which is natively supported?hashtag

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