How to Surface a Classic Solution in a Modern Page
This post will go over how to surface a classic SharePoint HTML/JS/CSS solution in a modern page or teams tab.
This post will go over how to surface a classic SharePoint HTML/JS/CSS solution in a modern page or teams tab.
This post will give an example of getting all 2010 and 2013 workflow definitions, using the gd-sprest library to interact with the REST API.
This post will give an example referencing the DataTables.net library in TypeScript projects. The gd-sprest-bs library contains an instance of jQuery for the Bootstrap library. The DataTables.net library references the jQuery global reference, which is not be available based on how webpack bundles the gd-sprest-bs library. We will need to manually set the jQuery reference in the DataTables.net library.