Kieran

Results 9 issues of Kieran

If you use an options row like so: ``` title: "Type", rows: [{ title: "Type", key: :type, type: :options, items: ["Pushes", "Squat", "Km", "Stairs"] },{ ``` then the app crashes....

Are you planning to replace the Retired tableTools and add in the new Buttons? https://datatables.net/extensions/tabletools/ https://datatables.net/extensions/buttons/ Edit: Looking into creating pull request now

When adding a `binding.pry` inside of an `rspec` test, after debugging the first occurence and then typing `exit` to continue the tests, it it no longer possible to press `control+c`...

bug

It would be great to be able to set the color of the Twinkle.

enhancement

After upgrading to NodeJS 16 I got some wierd issues in my tests that used jest-fetch-mock. With this simple test: ``` it('throws error on bad response from server', () =>...

I tested out the framework for a website I am developing and was confused on the best practice for margins and padding in boxes (in a grid layout). If I...

This appears to run the server as root. Is there a way to run the server process with a different user?

It looks like Omniauth v2 is quite a big change and it doesnt appear that this works anymore. https://github.com/omniauth/omniauth/wiki/Upgrading-to-2.0 Im trying using the demo application in `config.ru` and I keep...

## Issue Check list - [x] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [x] Read the README - [x] You are using React 16.8.0+ - [x] You installed `styled-components` -...