@@include('global/_head.html',{
"headTitle": "Vendor plugin",
"jspreadsheet": "true",
"prism": "true"
})
@@include('docs/_sidebar.html', {"page": "plugins"})
@@include('global/_page-header.html', {"PageHeader": "sticky-top"} )
How it works
jSuites is a collection of lightweight common JavaScript responsive plugins and webcomponents. It helps to maintain the same codebase for different platforms and devices. It brings a great user experience to any web-based projects. jsuites.net/v4
<link rel="stylesheet" href="assets/vendor/jspreadsheet/style.css" />
<script src="assets/bundles/jspreadsheet.bundle.js"></script>
<div id="spreadsheet"></div>
@@include('global/_page-footer.html', {"PageFooter": ""} )
@@include('global/_full-screen-menu.html', {"divClass": ""} )
@@include('global/_need-help.html', {"divClass": "offcanvas-start"} )
@@include('global/_quick-access.html', {"divClass": "offcanvas-end"} )
@@include('global/_theme-setting.html', {"divClass": "offcanvas-end"} )
@@include('global/_site-map.html', {"divClass": "offcanvas-start sm"} )
@@include('global/_body-hero-img-2.html', {"bodyBgClass": "body-bg"} )
@@include('global/_plugin-script.html', {
"jspreadsheet": "true",
"prism": "true",
})