jsGrid Documetation

jsGrid

jsGrid is a lightweight client-side data grid control based on jQuery. It supports basic grid operations like inserting, filtering, editing, deleting, paging, and sorting. jsGrid is flexible and allows to customize its appearance and components.

1. Initialize the plugin by referencing the necessary files:
                
                    <script src="jsgrid.min.js"></script>
                    <script src="griddata.js"></script>
                    <link rel="stylesheet" type="text/css" href="jsgrid-theme.min.css">
                    <link rel="stylesheet" type="text/css" href="jsgrid.min.css">
                
            
2. Call the DataTable-function after the page has loaded
                
                    $("#jsgrid").jsGrid();
                
            

Refer following links for detailed documentation, configuration options, methods and examples:

Type URL
Template Page https://demos.pixinvent.com/robust-html-admin-template/html/ltr/vertical-menu-template/table-jsgrid.html
Plugin Link http://js-grid.com/