AllenFang / AllenFang/react-bootstrap-table

How to implement search for react-bootstrap-table having asynchronous data loaded using api calls

Open
#2,057 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.