Paweł Marek

Results 14 comments of Paweł Marek

@oskaryil I've checked this and importing the scss file in a nextjs project with the latest version of ReactGrid should work correctly. Could you provide a sandbox with the reproduced...

>Strange. I have a more or less clean project using this template https://github.com/theodorusclarence/ts-nextjs-tailwind-starter. >Did you try importing the scss file inside your own scss file? Yes, I have prepared a...

Thanks for this thread. At the moment, `reactgrid.scss` contains one global selector, so it can't be imported as `.module.scss` due to constraints imposed by Next.js.

@Igormandello This selector was likely added with Safari browsers in mind. The most sensible approach would be to apply a CSS class to this.

@mmkal We're glad to hear that you're enjoying working with ReactGrid! The behavior you've shown in the video is indeed not expected. The most reasonable solution, as you suggested, is...

I delved into the problem and it turned out that after clicking on the scrollbar, the onPointerDown event inside `CustomMenu` component was propagating up to a parent element, which was...

@rgnevin From what I can see, the problem is that when you click on the scrollbar, the onPointerDown event is propagated. This causes a change in the focus location of...

@jsilvao I have tested the `de-DE` Intl format with the browser's preferred language set to German, and it appears to function correctly. Could you provide your code implementation? https://github.com/silevis/reactgrid/assets/60100557/b6139457-5b99-42a6-a93c-36a65f6e3381

@jsilvao In ReactGrid, when the value of a NumberCell is changed, the `parseLocaleNumber` function is invoked. This function converts a string with a comma to a `.` The resulting value...