Open samathadev opened 11 months ago
After adding Fos Integrative Grid Add button button and trying to use below javascript code for the button .
// an actual event listener is for this example not relevant var selCount = this.data.region.call('getSelectedRecords').length;
fostr.success({ title: "Update ${selCount} Row${selCount != 1 ? 's' : ''}" clicked!, dismissAfter: 5000 }); ![Uploading Screenshot 2023-12-15 180149.png…]()
"Update ${selCount} Row${selCount != 1 ? 's' : ''}" clicked!
the Javascript is throwing error like fostr is not defined.
After adding Fos Integrative Grid Add button button and trying to use below javascript code for the button .
// an actual event listener is for this example not relevant var selCount = this.data.region.call('getSelectedRecords').length;
fostr.success({ title:
"Update ${selCount} Row${selCount != 1 ? 's' : ''}" clicked!
, dismissAfter: 5000 }); ![Uploading Screenshot 2023-12-15 180149.png…]()the Javascript is throwing error like fostr is not defined.