@@include('global/_head.html',{
"headTitle": "Vendor plugin",
"jsgrid": "true",
"prism": "true"
})
@@include('docs/_sidebar.html', {"page": "plugins"})
@@include('global/_page-header.html', {"PageHeader": "sticky-top"} )
How it works
Project site js-grid.com
jsGrid is a lightweight client-side data grid control based on jQuery. It supports basic grid operations like inserting, filtering, editing, deleting, paging, sorting, and validating. jsGrid is tunable and allows to customize appearance and components.
<!-- plugin css file -->
<link rel="stylesheet" href="assets/bundles/jsgrid.min.css" />
<!-- Plugin Js -->
<script src="assets/bundles/jsgrid.bundle.js"></script>
@@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', {
"jsgrid": "true",
"prism": "true",
})