Commit b367209
authored
fix:
- the `onBeforeAppendCell` event can be used to return CSS classes as shown in this [example2-formatters-event.html](http://6pac.github.io/SlickGrid/examples/example2-formatters-event.html), however when the user doesn't define or use this event then its result is always a `true` boolean and the way that the code was implemented, it was always showing "true" as a CSS class which we don't need at all
- the original implementation was found in this old [commit](bef3203) and on top of that `onBeforeAppendCell` event is actually deprecated to use.onBeforeAppendCell should only be used when it's a string (#802)1 parent b31a797 commit b367209
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3459 | 3459 | | |
3460 | 3460 | | |
3461 | 3461 | | |
| 3462 | + | |
3462 | 3463 | | |
3463 | | - | |
3464 | | - | |
| 3464 | + | |
| 3465 | + | |
| 3466 | + | |
| 3467 | + | |
| 3468 | + | |
3465 | 3469 | | |
3466 | 3470 | | |
3467 | 3471 | | |
| |||
0 commit comments