Top "Slickgrid" questions

SlickGrid is a specialized JavaScript grid/spreadsheet component optimized for high performance, even with many thousands of rows of underlying data.

How to add a class to a cell in SlickGrid

Does anyone has an idea how could I add "myClass" class to some cell (for example, row 5, column 3) in a …

javascript jquery slickgrid
Slickgrid, how to get the grid item on click event?

grid.onClick.subscribe(function(e) { var cell = grid.getCellFromEvent(e), row = cell.row; // var item = dataView.rows[row]; }); I used …

slickgrid
Data Update in Slick Grid

I have a slickgrid, with about 100 rows. Its data is refreshed in 5 seconds, but it is disturbing at each update …

javascript jquery slickgrid
Saving changes in SlickGrid

HI, I'm looking at SlickGrid and I can see example on how to edit the cell, however do I save …

javascript jquery jquery-ui grid slickgrid
SlickGrid AJAX data

I'm trying to get AJAX working with SlickGrid. The example given is hardcoded for Digg. Also, I don't think the …

javascript jquery slickgrid
Changing background color of a specific row in slickgrid?

is there any way to change the background color of a specific row in slickgrid table while leaving other as …

javascript css slickgrid
How do I add a css class to particular rows in slickGrid?

I've searched everywhere to find out how to add a class to a particular row in slickgrid. It looks like …

slickgrid
Can SlickGrid's row height be dynamically altered?

We are implementing a user preference to (instantly) show "more" or "less" data on the grid. "More" should increase the …

slickgrid
Simple Slickgrid sorting doesn't work

Is there obvious reason why this Slickgrid example shouldn't work. Basically it doesn't sort on clicking columns. var grid; var …

javascript slickgrid
in slickgrid how I can delete a row from a javascript function

how I can delete a row from a javascript function from a button for example

row slickgrid