react-data-components icon indicating copy to clipboard operation
react-data-components copied to clipboard

React components for sorting, filtering and pagination of data.

Results 30 react-data-components issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

i wanted to write custom function to fetch api every time when user clicks on page number(basically to append it to the api), im asking this cause our api's are...

I had this error message when start the project C:\Users\shadi\Documents\Shadi\react-data-components\example>npm start > [email protected] start C:\Users\shadi\Documents\Shadi\react-data-components > webpack-dev-server -d --config example/webpack.config.js × 「wds」: Invalid configuration object. Webpack has been initialised using...

I'm writing this: It's rendering this: Page size:102550100Search:Sorted by name: descending orderNo data Using this: "react-data-components": "^1.2.0",

Is there anyway I can insert the action column? "Edit", "Delete" etc. ``` Edit Delete ``` I added those HTML code to the feed but it outputs the html code...

Hi I'm using the SCSS loader in my react app. I tried this example ```https://github.com/carlosrocha/react-data-components/blob/master/example/table/main.js``` I'm using the react-tool-box which have `container` class css already. Functionality is working but without...

Pagination and the pagelength dropdown is appearing at the top of the datatable by default. How can I move the pagination and pagelength dropdown and the move the search box...

Need an html file react-data-components with static json or html data with following 1. Read only grid as above without edit, delete and save option. 2. The grid with many...