AllenFang / AllenFang/react-bootstrap-table
beforeSaveCell hooks
- 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ả
Hello, I just came across a problem with editable cell. I need to attach a class method to hook `beforeSaveCell`, intending to dispatch an action to call backend API. Then I suddenly found that there is no way to reject cell edit change, although the function returns `false`

In this case, the cell edit update is prevented if the callback is explicitly declared inside option. It works properly.


But in these two cases, the hook is still triggered, but the cell is still saved even when returned value is `false`. Is there a bug or I do anything wrong? Please recommend for me. Thank you
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.