Thomas Ducrot
Thomas Ducrot
The famous fiber framework uses it https://github.com/gofiber/fiber
Hello, I also noticed a problem on the debounce prop. It does not debounce at all, even when commenting the onChange callback. See this demo : [click on codesanbox demo](https://codesandbox.io/s/distracted-faraday-tzpq9?file=/src/index.js)...
I guess, this is simply because the parent component re-renders every time the value changes. Thus re-creating the `DataSearch` component and not applying the debounce.
Hello, I faced this issue as well, I also wanted to add rows and keep the merging model at the same time. Adding a new row also breaks the merging...
@nicmar I adapted your solution to add a hover button. ```javascript var cellSize = { width: $('.fc-day').width() + 2, // count border pixels heigth: $('.fc-slats > table > tbody >...
Hello, I faced this issue as well, I also wanted to add rows and keep the merging model at the same time. Adding a new row also breaks the merging...