AllenFang / AllenFang/react-bootstrap-table
How to implement search for react-bootstrap-table having asynchronous data loaded using api calls
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 2.2k
- Forks
- 761
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
render() {
const retryButton = this.props.error ? Failed to fetch more data, click to retry! : undefined;
return (
this.props.messages
?
{retryButton}
Message ID
operationType || "-"} >
Operation Type
status || "-"} formatExtraData={ BatchStatusType }
filter={ { type: 'SelectFilter', options: BatchStatusType, condition: 'eq'} } >
Status
Requested Amount
Approved Amount
Creation Time
:
There is no data to display
)
}
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.