Nicolas Stepien

Results 111 comments of Nicolas Stepien

iltorb is deprecated, please use the official nodejs api: https://nodejs.org/dist/latest-v15.x/docs/api/zlib.html#zlib_zlib_createbrotlicompress_options

iltorb is deprecated, please use the official nodejs api: https://nodejs.org/dist/latest-v15.x/docs/api/zlib.html#zlib_zlib_createbrotlicompress_options

iltorb is deprecated, please use the official API instead: https://nodejs.org/dist/latest-v14.x/docs/api/zlib.html#zlib_zlib_createbrotlicompress_options

I think `toHaveLength(0)` == `not.toBeInTheDocument()` is okay.

I think it depends, - it could be a mistake and the user actually intended to use `ByAll` - it's not a mistake, and in that case `toBeInTheDocument()` makes more...

This doesn't seem to work, the grid steals focus as usual ![Recording 2022-09-29 at 18 40 27](https://user-images.githubusercontent.com/567105/193103882-6b2706bf-bef5-4746-8308-d05d2ec77849.gif)

We can also center text vertically by removing the `line-height` on rows, and adding an empty pseudo-element in each cell like this. ![image](https://user-images.githubusercontent.com/567105/153004747-d3707e0e-2506-4e80-985f-743c01d73fad.png) This works because the pseudo-element will have...

Now that we have `column.colSpan()`, I think you can use that feature together with aa custom header renderer to achieve the desired outcome, no?

Internally we use react-popper to display things like dropdown selects or autocompleters, I highly recommend it: https://popper.js.org/react-popper/ https://github.com/popperjs/react-popper