commajs
Tables
Installation
npm install commajs-table
In commajs-core options add:
import CommaTable from "commajs-table";

options = {
    ...,                
    plugins: [
        ...,
        { pClass: CommaTable }
    ]
}
Styling
Tables are styled using the css file that you can find in the commajs-table package.
Usage
To add a table:
commajsInstance.InsertPluginAtSection(CommaTable.GetName(), {cols: 30, rows: 10});
 
© 2020 Plugg, Inc. All rights reserved. Various trademarks held by their respective owners.
Plugg, Inc. - San Francisco, CA 94114, United States