Config

The Table Config type definition.

All options are optional. For options not provided, the default values are used.

The top level configuration of voici.js:

const config = {
  align: 'LEFT',
  bgColorColumns: [],
  body: {},
  border: {},
  header: {},
  sort: {},
  padding: {}
};

body

accumulation

highlightCell

highlightRow

border

padding

See the TypeDoc documentation too.

Last updated