react-datatable icon indicating copy to clipboard operation
react-datatable copied to clipboard

Datatable component written using react view framework

Results 8 react-datatable issues
Sort by recently updated
recently updated
newest added

TypeError: React.createClass is not a function ./node_modules/react-datatable/dist/js/react-datatable.js/ 1059 | var RDTCell = React.createClass({displayName: "RDTCell", 1060 | componentWillReceiveProps : function(newProps) { 1061 | this.setState({ editMode : false }); 1062 | },

Could you please kindly consider adding one more example html file with the following features...Please kindly attach to the project examples folder as it would be helpful for many as...

It should be possible to automatically filter to show only particular rows with a particular column values.

We should be able to implement this cleanly with the new datasource implementation 1. An Up/Down value editor. If its a number then this up/down toggle can increment and decrement...

task

You can copy the basic idea from https://github.com/webpack/react-starter .

Maybe it would make sense to allow the user to define a custom column with room for custom controls like `delete` (simply X with confirmation) or `edit` (could open a...

update datasource event mechanism so we can play nicely with any flux architecture based apps

put some test harness in place

task