com.brixip.iasys.gui.controls
v0.0.93
Published
* To install the package `npm install @bonaventuresystems.com/com.brixip.iasys.gui.controls`
Downloads
15
Readme
Brix Components
- To install the package
npm install @bonaventuresystems.com/com.brixip.iasys.gui.controls
1. BrixDataGrid
<BrixDataGrid
columns={columns} // this will represent headers/columns in the grid
dataSource={dataSource} // this will represent rows in the grid
onCrudActions={onCrudActions} // attach a callback to handle events on the grid
onCommandClicked={handleCommandClicked} // attach a callback to handle commands click
{...syncfusionSpecificProps} // Syncfusion Datagrid specific props can be passed
/>