SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

A lightning fast JavaScript grid/spreadsheet

Results 86 SlickGrid issues
Sort by recently updated
recently updated
newest added

When creating a grid with some sortable and some non-sortable columns, headers look a bit weird, as some of them have a bigger padding on the left than others. This...

DataView always returns null for non-group rows in `getItemMetadata`: https://github.com/6pac/SlickGrid/blob/14bb1a86a762dd5af1aa280025498353e3b249ec/slick.dataview.js#L455-L471 Use case: "add css class to the grid row when item has certain property". `metadata.cssClasses` seems to be the way...

Sometimes when using SlickGrid I'll run into issues with pathing such as _CheckFormatter_, the default code for _CheckFormatter_ is: ` function CheckmarkFormatter(row, cell, value, columnDef, dataContext) { return value ?...

@6pac @ghiscoding New issue working around at the moment. Need to get the length of the showed rows. Trying to do this without changing underlining core stuff again... Inside of...

The headers of the bootstrap 3 header example are not sizing properly with Firefox 53 (works fine with Chrome/Edge). When I load the page the example the headers are too...

Hi, there is an issue in forceFitColumns option or this.grid.autoSizeColumns(); In my grid which have lot of columns i want to fit my columns but there is an style issue...

Its possible create an item with children? I was looking the examples and I didn't see anything like that.

Hi! It really seems that a call to `ensureIdUniqueness` right after `updateIdxById()` is superfluous in `function setItems` https://github.com/6pac/SlickGrid/blob/427e2bf9588f6b70b21845a3b46c720b4672b617/slick.dataview.js#L130-L139 because when the function `updateIdxById` traverses `items`, it checks that every data...

Hello, When grouping is enabled for a column one cannot use scrollRowToTop or scrollRowToView simply with the row index as it is not accounting for the added height introduced by...

Hi, i have nested objects in my json like this ` { assetClass: 'HG', security: {fullName: 'foo', identifiers: { USERID: '123' } } } ` But i can not access...