questions about LinkClickConfiguration [message #1858722] |
Tue, 18 April 2023 04:16 |
Eclipse User |
|
|
|
Hello,
I used the LinkClickConfiguration (as described in the NatTable examples)
to add a delete button on each row of the table.
Is it possible to make it listen to key events besides mouse clicks? So to make it respond to space or F2 when using key navigation.
I also have an issue with styling, when I want to change the cell-background-color for the selected columns, the LinkClickConfiguration always show as selected.

.svyNatTable :select {
painter-resolution: true;
cell-background-color: #e7f1ff;
color: unset;
}
How can this issue be fixed?
Thank you.
|
|
|
Powered by
FUDForum. Page generated in 0.04347 seconds