dgrid icon indicating copy to clipboard operation
dgrid copied to clipboard

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore

Results 100 dgrid issues
Sort by recently updated
recently updated
newest added

dgrid.cell().element is undefined. Any other way to retrieve the element of the cell? ![image](https://user-images.githubusercontent.com/30428485/177199063-c38234a2-4c37-4061-bfb5-56d4fcbaffdb.png)

issue with full storage loading its can be tested on https://github.com/SitePen/dgrid/blob/master/test/Rest.html with adding to creation object class:'dgrid-autoheight' or set after creation with code window.grid.set('class','dgrid-autoheight'); with this patch grid loaded properly...

Another patch for issue #761 Inspired of 87fe012e3e8b808b38fba194819819588e76ca09

A **dGrid** extension for performing actions like **Select All/Inverse/None** Added **dijit widget - Button** at the top of grid's Header in three columns using same classes and tags as normal...

when CellSelection is used with tree mode, shift-click cell in different row would lead to js exception this pull request is my proposed patch

When using renderRow() to create other row structures (views) such as a gallery (see http://dojofoundation.org/packages/dgrid/demos/multiview/) the editor doesn't work anymore, because it uses the cell() method extensively. But the cell...

The ColumnSet mixin isn't providing ARIA roles for the DOM it's creating, and this is apparently causing JAWS to skip reading the content contained therein. I'm not terribly familiar with...

Similar to "dgrid-refresh-complete" and "dgrid-page-complete", but emitted after a branch has been expanded and the children have been loaded within the tree extension. Fixes Issue-604 Signed-off-by: Gordon Smith [email protected]

`this.on(".dgrid-selector:click,.dgrid-selector:keydown", onSelect)` was not being added to the listeners array, and therefore was not being removed on destroy.

I needed something like this for the next case: A user is able to select the whole row and execute an action over that selected item at the same time...