# FAQ

<details>

<summary>How can I contribute?</summary>

Any contribution is welcome! Read more [here](https://voici.larswaechter.dev/contributing).

</details>

<details>

<summary>Can I display objects inside cells?</summary>

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

</details>

<details>

<summary>What kind of datasets are supported?</summary>

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

</details>

<details>

<summary>Why not just use <code>console.table</code>, which is natively supported?</summary>

voici.js comes with much more useful [features](https://voici.larswaechter.dev/home). `console.table` in contrast does not really provide much functionality apart from printing the data.

</details>
