AllenFang / AllenFang/react-bootstrap-table
How to get the table data which is filtered
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
While filtering the table data on entering some text in the filters. I want to display the total of filtered data of a column, which has numerical data. Basically I want a callback something like below
` {
// Calculate total of a column then
// setState
}
/>
`
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.