@@include('styles.html')
@@include('header.html') @@include('side-header.html')

Table / Jsgrid Table

Basic

Static

Sorting

Sorting Field:

How To Use

Basic Use HTML
<div id="jsGrid"></div>
Js Activation
$("#jsGrid").jsGrid({
    options...
});

For more Information please follow the Official Documentation

@@include('footer.html')
@@include('scripts.html')