Creates a new grid line for a data grid.
The first parameter is a grid control
Simple (pay attention to the **await** keyword)
await app.newGridEntry("myGridControl");
The function returns the jsonData object obtained from the (internal) brixxCallEventProcessor function.
Last updated 2 years ago