- Sped up getMaxSupportedCssHeight() by doing exponential testing instead of linear.
- Removed the "row" attribute from row nodes (make sure you're not relying on it being there!).
- Bug fixes.
New Slick.Grid methods:
- scrollRowToTop(row)
New Slick.Grid events:
- onHeaderRendered
- onBeforeHeaderDestroy
- onHeaderMouseEnter
- onHeaderMouseLeave
New plugins:
- Slick.Plugin.HeaderButtons (+ example)
- Slick.Plugin.HeaderMenu (+ example)
Diego Boris Hidalgo Portal
unread,
Jul 6, 2012, 9:36:05 PM7/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slic...@googlegroups.com
I will Tin, Nice Job
regards DB
Michel Critidos
unread,
Jul 20, 2012, 10:04:58 AM7/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slic...@googlegroups.com
Example 6 doesn't work.
Maybe it would be a good occasion to update it and document a bit more how to get data from an external source (database, unix ps file, txt/csv-file, ...), not depending on a special model ?
But it stays the leading script to display grids on the web ;) Really good good work !
Adam Logghe
unread,
Jul 27, 2012, 3:31:45 PM7/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slic...@googlegroups.com
From git - example 9 doesn't work in Firefox 13.0.1 or Chromium 18.0.1025.168.
You can reorder with the grab handles but the drag goes inactive as soon as you leave that div, so you can't recycle. There is also a bit of visual garbage left over from previous drags.
Nice tool thanks!
Btw - is there a suggestion for how to get the columns to autosize?
Michael Leibman
unread,
Aug 6, 2012, 3:18:07 PM8/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slic...@googlegroups.com
I've fixed example9, but I think you misunderstood the functionality there.
To reorder, drag the grab handles.
To recycle, drag the row by anything else.
The visual cues are different.
Not saying that this is the best UX, but hey, it's an example :)
Pradeep Thakur
unread,
Nov 4, 2015, 6:42:34 AM11/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SlickGrid
Hi Tin,
Could you please help me out regarding below mentioned subject line. Insert Comment functionality like in excel in editable cells in SlickGrid.
Thanks in advance.
Regards,
Pradeep
Namrata Chugh
unread,
Jan 20, 2017, 4:31:03 AM1/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SlickGrid
Hi Tin, I have been looking for disabling a 'cell' in slickgrid, upon entering value in another cell in real-time. Can you please help !! An example code would be appreciated.