jsgrid
jsgrid copied to clipboard
Lightweight Grid jQuery Plugin
Hi Team I have js grid and three field Name, Age , MobileNo . So my question is i want to get a value of cell when we click on...
I want to add click on arrow and subgrid open but if we can do row click its also fine. I added row render but its effect on parent row....
Hi, i have a simple question about itemTemplate and cellRenderer, what's the difference between them? Can you provide an example of correct usage? Thx.
I am tried to create a tree grid or Hierarchical grid of n level where n is dynamic. For a single hierarchy, I successfully implemented the grid but stuck to...
I love jsgrid but there is a key functionality that I would love to see, and that is the ability to insert, edit and delete items using a keyboard. Basically...
I try to insert a blank row on a button click which is outside of the jsGrid. But even though i @specify insertRowLocation: "top" in the grid config row appears...
I'd like to be able to have the grid have some default filtering options (in this case checkboxes) set when it first loads. I can not figure out if there...
Hi! Thank you for this wonderful plugin. Any plans to support freezing of column(s)/row(s) like Excel? Thanks! /Junel
A fix to help #1249 I cannot say if this is a complete solution, but it avoids the issues we see for our use cases. If the use of `css()`...
I am trying to customize the control edit button by adding some css and font-awesome icons. It didn't work for me. Any one give me a syntax to do so