AllenFang / AllenFang/react-bootstrap-table
How to access dataField in dataFormat?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 2.2k
- Forks
- 761
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I have below code
`render() {
const col = [ 'id', 'name', 'price' ];
return (
{ col.map(name => { name }) }
);
}`
Now I want to add **dataFormat** to **TableHeaderColumn**. How can I acces dataField in dataFormat to know the key?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.