Is it possible to only highlight one cell in a datatable row?

Is it possible to only highlight one cell in a datatable row?

bjlapbjlap Posts: 29Questions: 11Answers: 1

Hi,
I am using bubble editing in my dynamically generated datatable so users can edit a few fields when they click a cell in the table. The fields they can edit depend on the column of the cell clicked(other fields are dynamically hidden in editor).

Currently if they click on the table the full row is highlighted. Is it possible to just highlight the cell that is clicked on? The table contains a lot of information and one highlighted cell will give useful information to the user about which item they are editing.

Regards,
Bert-Jan Lappenschaar

Answers

  • kthorngrenkthorngren Posts: 21,182Questions: 26Answers: 4,925

    Sounds like you might want to use select.items to change the select mode to cells instead of rows.

    Kevin

Sign In or Register to comment.