Parth Prajapati

Results 9 comments of Parth Prajapati

> For the packaging part, you should also consider appimages, snaps or flatpaks to support multiple distributions with a single package. @ziggy42 VS Code is open sourced. We could use...

@vpgayakwad How did you achieve sticky column? If you please share your code.

@Ex4l As mentioned in the [README file](https://github.com/AllenFang/react-bootstrap-table#react-bootstrap-table), all new features will be implemented in [react-bootstrap-table2](https://github.com/react-bootstrap-table/react-bootstrap-table2). [Here's an issue](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/36) mentioning the same. You can refer [here](https://github.com/prajapati-parth/react-bootstrap-table/commit/369be1c3d480380fcb08b43dcb52e844a275c7f9) if you need help to...

@therealchuckliu Can you provide a minimal example explaining your scenario? Thanks.

I understand your concern @therealchuckliu, the actual use case for sticky column appeared in one of my projects that always needed the 1st column to be sticky and at the...

@AllenFang As far as I know, csv doesn't support representing nested data. We can surely unpack nested javascript object to be represented as a regular CSV file. Well if they've...

This is also error prone when building static HTML when using Gatsby. Currently forking the repo until this PR is merged. Thank you @davidpaulsson for the PR.

For anybody coming here due to `gatsby build` issues, please use the fork https://github.com/prajapati-parth/react-window-size. Remember to pull tag `1.2.3`

Thanks! Its great to know about puppeteer. Well there's SauceLabs that makes the selenium option easier. It has a lots of browser options along with OS and version options and...