Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TableDataSet is now available via Window object
Example use var ReactBsTable = window.BootstrapTable; var ReactTds = window.TableDataSet; //import TableDataSet var dataSet = new ReactTds(products);
- Loading branch information