Specify default values for the column properties.
import { column } from '@activewidgets/options'; const options = [ column({ width: 150, align: 'right' }) ];
← overview format →