AllenFang / AllenFang/react-bootstrap-table
How to implement search for react-bootstrap-table having asynchronous data loaded using api calls
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 761
- PR merge metrics
- No merged PRs in 30d
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
)
}
Contributor guide
Assessment
This issue has not been assessed yet.