João Carmo
                                            João Carmo
                                        
                                    @andrewda, just to add to @cqravinder's point, is there anything missing from this PR that we could help out with? It would be great if we could push this one...
@joadr try to add `puppeteer` as an optional project dependency: ```sh npm i puppeteer --save-optional # or yarn add puppeteer --optional ``` Then, in the image, install the dependencies excluding...
It would be great to have a feature where we could play with both `tag_filter_any` and `keep`. Say I would like to keep 10 tags matching `main.*` and 10 tags...
@Ofer-Gal there is, at the moment, no built-in mechanism to offer this feature. Having said that, it's possible to have control the `width` of each individual column through the [unique...
Thank you for submitting this issue! I will stop transpiling the library to ES5 and it should fix this issue. Since it uses React and JSX, it will always require...
Thank you for sharing your solution, @skhashaev! I'll see how I can support SSR as those technologies are becoming more popular. For the meantime, I can link this issue on...
Hi @vlrmprjct, thank you for your question! For now, you can implement that using something like this: ```jsx import SmartDataTable from 'react-smart-data-table' const handleOnDoubleRowClick = () => { let numOfClicks...
This would be incredibly useful. What's blocking it?
> Just solved this myself. > > Replace: `cb.simulate('change', {target: {value: '9'}});` with... > > `cb.simulate('change', {target: {value: '9', focus: () => {}}});` > > Basically just add an empty...
Thank you, @fwiwDev ! Hope you're enjoying the library. This has been on the [TODO](https://github.com/joaocarmo/i18n-postal-address/blob/master/TODO.md) list for some time. It might be a good idea to start working on it....