voici.js
GitHubTypeDocnpmβ˜•
  • 🏠Home
  • ⚑Quick Start
  • πŸ’‘Examples
    • Styling
      • Alignment
      • Colors
      • Border
      • Padding
      • Width
      • Font Style
    • Sorting
    • Highlighting
    • Accumulation
    • Columns
      • Sort Columns
      • Selected Columns
      • Rename Columns
      • Dynamic Columns
    • Arrays
    • Fill Empty
    • Export
    • Typescript
    • Printing
  • 🧩Contributing
  • Reference
    • πŸ“–API Reference
      • AccumulationFunction
      • Config
      • Sort
      • Table
    • ❓FAQ
    • ❗Issues
Powered by GitBook
On this page

Was this helpful?

  1. Reference

FAQ

Frequently Asked Questions.

PreviousTableNextIssues

Last updated 2 years ago

Was this helpful?

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.

❓
here
features