Arash Dalir
Arash Dalir
I have encountered an unexpected side-effect of the left-click handling in the code: we have a trigger button inside a slick-grid table structure, our slick-grid cells have a handler for...
Hi there! I'd like to ask for a feature, which might come handy to many: It would be great if the callback function could have a third parameter, which contains...
this is PR made ONLY to allow comparing my working solution for #545 and is not to be merged. it contains: 1. updates to `checkbox-header-row` example to showcase the new...
added new property `allColumns` and 3 new functions `setAllColumns(columnDefinitions)` `getAllColumns(defaultToColumns)` and getColumnById(columnId, useVisibleColumns)` - the last function is used in `setupColumnSort` in order to get correct column: if `allColumns `...
please use the following example: 1. remove the `.txt` suffix, 1. put it in the `examples` folder 1. order by `% complete`, `start`. 1. hide `start` column. 1. add `finish`...
we are using the toasts as information boxes on our website and need to keep them open if the user hovers over the toast message. to achieve this, I turned...