-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone has an idea how could I add "myClass" class to some cell (for example, row 5, column 3) in a SlickGrid ?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some cells in my SlickGrid table have myClass class.
I added a tooltip for them like this:
$(".myClass").hover(// Mouse enters
function(e) {...},
// Mouse leaves
function() {...});
It works fine, but if I scroll the table to the bottom…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I would like to provide variable row height depending upon the content size. is it possible in Slickgrid? Can you point me towards any examples.
Thanks,
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am a newbie using SlickGrid. I have searched some of the sample apps out there but I am still stumped. If anyone can refer a sample or tutorial on SlickGrid using Asp.Net doing the following:
Get data via JSON
Implement paging, sorting, searching
Pass the selected rows key to code behind…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know that there is no API to remove the header row, but I'm sure it can be done by modifying some CSS. Any ideas ?
For example, here: http://mleibman.github.com/SlickGrid/examples/example4-model.html
>>> More