Closed VincenzoCarlino closed 6 years ago
Hi, how can I change the name dislayed in
Hi @Vincenzo1997, please see example below - you can use arbitrary string values for the JSON object keys, which flow through to the
import SearchTable from 'reactable-search'; import ReactDOM from 'react-dom'; const rows = [ {'foo bar': 1, 'baz qux': 2}, {'foo bar': 2, 'baz qux': 3}, ]; ReactDOM.render( <SearchTable searchPrompt="Type to search" rows={rows}/>, document.getElementByID("root") );
Hi, how can I change the name dislayed in
Hi @Vincenzo1997, please see example below - you can use arbitrary string values for the JSON object keys, which flow through to the