corneliu.gaina
corneliu.gaina
It will be great if the link is updated elsewhere, like on [npmjs](https://www.npmjs.com/package/@dropzone-ui/react) or even this GitHub repository. People will think that it's not active anymore... Good job with the...
> My fairly awful workaround for now is to add this CSS: > > ```css > .group--actions--tr { > opacity: 1 !important > } > ``` How did you override...
Cannot help for your problem, but be aware that you can create an "Actions" column, then with the render prop you can display manually your icons/buttons with an onClick logic....
In "columns" prop, you provide an array of objects, where in you define your heading with "title" property. If it's not the answer you expected, provide a codesandbox / screen...
To handle this, in my useEffect I gave a setTimeout of ~750-1000ms to execute ReactGA.pageview(), like : ```javascript useEffect(() => { setTimeout(() => { ReactGA.pageview(window.location.pathname); }, 1000); }) ``` However,...
This solution is endorsed but does it works for anyone in 2020 ? It returns me error : either that Helmet cannot have child, or that scripts don't run. (react-ga...
Is this still ongoing ? Seems blocked. I would like to add a "CENTER" (alignment) custom control, without success
Same issue; however there's a pending pull request and tasks are done ? How to make it approve ?
Hi, I'm still using this too since it works well with Redux and is simple to implement. Updates are welcome :)
Hello, same here. At first click, I have the safari print popup with a blank page : After pressing cancel and retrying with a second click, it will invoke the...