Top "Slickgrid" questions

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

SlickGrid 100% height of parent?

I'm trying to use SlickGrid with jQuery Layout UI, and I want SlickGrid to occupy 100% height of it's parent pane. …

jquery layout slickgrid
SlickGrid select editor

I want to make a dynamically populated html select for a select cell. I extract some information from a database …

javascript jquery slickgrid
How to specify the width of a slick grid in percentage?

Is anybody knows how to set width of the grid in percentage? for example but in the page the width …

javascript slickgrid
Change slickgrid cell data after edit

I'm using Slickgrids with alot of success. I have ajax edits all working - but I'm trying to add a …

javascript slickgrid
Combining SlickGrid Filter Examples

I like the functionality of the Filter in this example: http://mleibman.github.com/SlickGrid/examples/example-header-row.html where each …

javascript slickgrid
How to use jQuery SlickGrid with PHP / MySQL (load server data and save changes)

Please, in all the examples found in the SlickGrid code, the data array was randomly generated on the client side. …

php jquery mysql ajax slickgrid
Is it possible to make a slick grid control auto-size its height to between a min-max range to fit the number of rows?

I'm creating a website where a grid might have few rows or it might have many. When there are only …

slickgrid
Cell tooltip in SlickGrid

Some cells in my SlickGrid table have myClass class. I added a tooltip for them like this: $(".myClass").hover(// Mouse …

javascript jquery slickgrid
Disabling specific cell edit in Slick grid

Is there a way to disable a cell for editing? We can define editor at column level but can we …

javascript slickgrid
how to add hidden column in slickgrid

Is it possible to have a hidden column in slickgrid? By hidden column I mean I want to save some …

jquery slickgrid