volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

jTable checkbox is not user friendly #2257

Open nadendlavenkat opened 3 years ago

nadendlavenkat commented 3 years ago
  1. jTable checkbox is not user-friendly, if I enable selecting checkboxes: true, it will Show checkboxes on the first column, if I uncheck the checkbox, still it has reference somewhere like still selected.

Please can anyone suggest how we will resolve this issue?

  1. When I try to bind the jTable, I want to make sure the first column checkbox should be checked and I don't want it to uncheck jTable_Checkbox_Issue

    the checkbox when I do modification on other columns in the same row

misterparsons commented 3 years ago

My guess is you have not set the table option

selectOnRowClick: false

the default being true a click anywhere selects the row. As you have added your own checkboxes (which jTable never does), using your checkboxes will toggle the row selection state.