I have this function for row click:
$("#table").on("click-row.bs.table", function (row, $el, field) {
if (column != 4) {
}
});
and what condition I could add which would exclude a specific column or cells in the column? I can't find under row, $el or field
things which would identify for ex. a cell index.