AllenFang / AllenFang/react-bootstrap-table
How to implement search for react-bootstrap-table having asynchronous data loaded using api calls
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 2.2k
- Fork
- 761
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
)
}
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.