I successfully use export default React.createClass to handle a Boostrap Modal and a Griddle table.
Now I want to open the Modal when a user clicks on a specific column of Griddle. This is done by using a custom component that handles the click…
I have data in griddle table. I am entering search string through custom filter box. I want to highlight search string value in griddle columns . How is it possible ? I want to achieve this in reacthttps://jsfiddle.net/julmot/buh9h2r8/"
I am creating an application and I am using the ReactJS Griddle component. I am trying to create a custom row component but it keep applying an inline style like so: