jqGrid icon indicating copy to clipboard operation
jqGrid copied to clipboard

jQuery grid plugin

Results 66 jqGrid issues
Sort by recently updated
recently updated
newest added

It would be great to pass a set of formatters, such as `formatter: ['number', 'showlink']`. Is it possible in the future? P.S. I know about custom formatter but it is...

Enhancement

Question, jqgrid 5.6/7, jquery 3.6, bootstrap v5. Do we need to listen for a resize event and add bootstrap v5 hide/show classes to columns or can we define bootstrap 5...

An example project can be found here : https://jsfiddle.net/nducoin/ue0kyxtz/4/ Editing multiple cells of a table with remote data does not work properly when the server does not respond quickly enough....

Example here : https://jsfiddle.net/nducoin/wvL7dxre/3/ In this example the first 100 lines have 1 character height et the next 100 lines have 5 character height. Using the scrollbar, the second half...

An example project can be found here : http://jsfiddle.net/nducoin/qL5r16dz/4/ When scrolling at the bottom of the table with the scrollbar, the last 10 lines are duplicated, this can be seen...

Hello, I'm working with revision 5.5.5 of jqGrid. Currently the documents do not mention support for column types "date" and "datetime-local" when editing. I have found by experience that actually...

Enhancement
Problem

The grid pagers are created using tables which have no headers and accessibility checkers flag this as a violation. Consider not using tables for the pager or introduce table headers....

Enhancement
Problem

Div elements created by jqgrid are created with ids but not names. As these dvs are interactive, WCAG say these should have names. Rule: Interactive component must have a programmatically...

Enhancement

The tr and tr elements created by jqgrid have roles and these elements should not have roles according to WCAG as these already have clear purposes. This may be a...

It will be very nice to be able to add a custom CSS class through the colModel to the colum header like to the rows to optimize the Responsive behavior...

Enhancement