Ben McIntyre
Ben McIntyre
@minhhungit the issue is that the way the grid works, it has to know the total offset from the start of row 0. So a fixed row height only calls...
Slickgrid requires a visible parent to initialise, so before initialising, it makes an invisible parent object visible with an absolute position off the screen by applying these CSS settings. it...
Actually, that description is fine, don't worry about an example. Strange that we haven't run across this issue before. The easiest solution I can think of is to provide an...
OK, have added ```options.suppressCssChangesOnHiddenInit```, and exposed ```cacheCssForHiddenInit``` and ```restoreCssFromHiddenInit``` as public methods. Note that there is code both in stage 1 init and stage 2 init (```finishInitialization()```) that requires the...
Please post issues like this on StackOverflow in future. In this case you need to hide columns using ```.setColumns()``` and by removing the column you want to hide from the...
The short answer is: you can't. I usually get a full list of columns like: var allColumns = [ {id: "title", name: "Title", field: "title"}, {id: "duration", name: "Duration", field:...
there can be an arbitrary number of stylesheets in a document. we don't know we will be the first. also, i believe a dynamically added stylesheet does not appear for...
OK, have had a look. Your change makes sense, but I can't find documentation on the ._sheets_ property anywhere. I am not in a hurry to make changes to core...
@Rahul7549 - post an issue on StackOverflow and mention which example you are using as a starting point and how you have modified it.
Sorry, what do you mean by 'API doc'? The 2.1 version would be in the MLeibman repo.