Stefan Vojvodic

Results 15 comments of Stefan Vojvodic

@rstoenescu @pdanpdan This is a fix for #8311. Let me know if I should update anything in the code. I assume I should be adding new tests (not sure where)...

@MilosPaunovic Thanks for the fast reply. I added the docs. ~~Do you have any tips on how and where to start adding tests? Any examples of components so far?~~ Nevermind,...

Looks like the failing error is due to a timeout, and should have nothing with the feature I added

@orzinc Thanks for the suggestion! I use this for styling as a fix currently (with some additional hacks for selection columns), but it doesn't work if you have a selection...

@Daemach That is for styling a specific cell, what I added is for styling the entire row. Sure, you can apply classes for each column (it is redundant). However, as...

@KOVIKO Thanks - your solution worked for me! I'd suggest doing this slightly differently: ``` ``` If the table rows are all fixed height - the calculation for all rows...

For anyone facing the same issue that needs the update before Express fixes it, there is a workaround: 1. Fix the version of the `cookie` package in `package.json` to `0.6.0`....