Find Bind Action Creators Examples and Templates
Use this online bind-action-creators playground to view and fork bind-action-creators example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Export Multiple Grids - DevExtreme Data Grid (forked)The exportDataGrid() method allows users to export multiple grids to one Excel document. Grids are exported consequently in a chain of Promises.
In this demo, this functionality is used to export two DataGrids into separate worksheets in the same workbook. Starting position of each exported grid is set using the topLeftCell option.
Use the customizeCell method to customize the exported worksheets.