AllenFang / AllenFang/react-bootstrap-table
Problems passing a dynamic link to the table :/
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
First of all great library :+1: I have a big problem inserting a Link into the table. I tried almost everything.
I got data coming from a server, so I'm mapping over it and rendering the results. But I need to be able to click on one of the take that clicked value and pass it onto the second component. I'm able to do do that without using react-bootstrap-tables, but I like them so much, so I was wondering if that's a possibility and if so, can you please help me. Here's an important piece of code.
sortedReports is an array.
`
```
let test = sortedReports.map(item => {
return (
)
});
return (
The complete list of reports
Details available by clicking on an icon
Year
Month
Full salary
Full gross
Bruto
Neto
Neto
Taxes
Details`
```

**Thank you in advance.**
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.