wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

Does onUncheckAll still return Rows? #313

Closed cgountanis closed 5 years ago

cgountanis commented 6 years ago

I was testing it out and I am only getting the event but the documentation says "Fires when user uncheck all rows, the parameters contain: rows: array of records corresponding to previously checked rows."

cgountanis commented 6 years ago

Yeah, I console log out rows and get nothing. It is OK for now we are not going to use the persistent selection logic, not a good UX fit with lots of records anyway.

LOW PRIORITY

wenzhixin commented 5 years ago

Please check out the FAQ: http://bootstrap-table.wenzhixin.net.cn/faq/

Is event parameter put in the wrong order?

Example: http://bootstrap-table-examples.wenzhixin.net.cn/, you can check the console panel.