react-jsonschema-table icon indicating copy to clipboard operation
react-jsonschema-table copied to clipboard

React component for generating a Table using JSON Schema specification

Results 12 react-jsonschema-table issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/467471/39788354-7a668458-5300-11e8-9e8b-3910af216815.png)

Doing a `ctrl+z` past the initial UI state breaks everything. How to replicate === 1. Select any cell ![image](https://user-images.githubusercontent.com/467471/39788270-121f99e8-5300-11e8-8d6e-2c017342ee6c.png) 2. Press `ctrl+z` (`command+z` on Mac) ![image](https://user-images.githubusercontent.com/467471/39788288-28ee30ee-5300-11e8-9af4-3d7d6148feb0.png)

In the screenshot below I have selected part of the current cell text, but it doesn't highlight that portion: ![image](https://user-images.githubusercontent.com/467471/39788153-723488ee-52ff-11e8-8081-0d6e0f3afc05.png) The same problem occurs on the original Alejandro version: ![image](https://user-images.githubusercontent.com/467471/39788172-8edd0228-52ff-11e8-82b3-e6fdf8715802.png)...

Selecting multiple cells doesn't highlight them correctly. Please consider the screenshot below, where the little blue square signals (in a too subtle way) that I'm selecting multiple cells. ![image](https://user-images.githubusercontent.com/467471/39788033-c7676684-52fe-11e8-8f9c-caa90d6a0a80.png) I...

This button should toggle between "select all lines" and "deselect lines", but currently only deselects lines. ![image](https://user-images.githubusercontent.com/467471/39787794-8af167f0-52fd-11e8-89af-b46f06a9a433.png) Take as an example this Airtable interaction, where clicking on the left-most column...

![image](https://user-images.githubusercontent.com/467471/39787635-cac0dfd8-52fc-11e8-947d-9b58dc53caaf.png)

There's a PR for a pagination component in the Styleguide, but it's ok to use a simple Bootstrap pagination for now. The important thing is to have the pagination behavior...