Skip to content

SuperGrid is the best and free jQuery Grid library available on the internet. It has similar but better features than jqGrid with added simplicity of implementation.

License

Notifications You must be signed in to change notification settings

sudhanshuism/supergrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • Bootstrap 5.0.2
  • Jquery 3.6.1
  • FontAwesome 6.2.0

Documentation

https://sudhanshuism.github.io/supergrid-docs/

Themes

bootstrap5/jqueryUI

CDN Links

CSS

https://cdn.jsdelivr.net/gh/sudhanshuism/supergrid@main/assets/css/supergrid.css

JS

https://cdn.jsdelivr.net/gh/sudhanshuism/supergrid@main/supergrid.js

Parameters

  • theme: bootstrap5/jqueryUI

  • dataType: local/json/xml

  • data: variable associated with data

  • colNames: removed**

  • stickyHeader: to fix thead to the top : true/false

  • stickyCols: to make columns sticky : number of columns from left

  • scroller: display custom scroller : true

  • scrollSpeed:speed of horizontal scroll through scroller button : 200 ,

  • pager: true,

  • rowsPerPage: 20,

  • rowNumbering: true,

  • multiSelect: false,

  • colModel: Properties of a particular column

    • name: key name of the data array/json
    • colDataType: plainText/number/date/form
    • formInputType: text/radio/checkbox/number/password/select
    • width: sets the min-width for the col
    • selectOptions: array of object with option names and value
    • resizable : width of column can be resized

About

SuperGrid is the best and free jQuery Grid library available on the internet. It has similar but better features than jqGrid with added simplicity of implementation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published