npm install commajs-table
import CommaTable from "commajs-table";
options = {
...,
plugins: [
...,
{ pClass: CommaTable }
]
}
commajsInstance.InsertPluginAtSection(CommaTable.GetName(), {cols: 30, rows: 10});