tui.grid
tui.grid copied to clipboard
Req : About the Confirm message display when using the check box
Version
- tui-code-snippet.js @version 1.5.0
- TOAST UI Grid @version 4.21.0
- TOAST UI Pagination @version 3.4.1
Development Environment
- HTML, Css, Javascript, Jquery, PHP
- Without Vue.js / React
Current Behavior
Attached is an example of a jsfiddle.
https://jsfiddle.net/dochis/d2eg8opt/96/
Like the picture below,
- modifying the three data,
- Check only 2 Rows
- Press button to send to server (call grid.request('updateData') API)
- In this case, even though there are 2 checked, it is displayed as 3 and the user may be confused.
For this issue,
It looks good if you can select the 'check count' or 'modified count' option for the number of counts displayed in the Confirm message
Or it would be nice to provide an API that overwrites the Confirm message
Expected Behavior
N/A
@DOCHIS Thanks for the suggestion. I'll consider adding that feature.