This example demonstrates how to use the dax_bridge.addRecordBatch command to add records to a selection. This command adds multiple records with one call to the back end. Enter data into the input fields and click the "Store Record" button. The data will be stored in javascript arrays. Clicking the "Save Stored Records" button adds all the data which was stored in the arrays into the selection, refreshes the data grid to display the new selection, and clears the arrays.
Loading...
Click here to view the implementation details.