KeyTables, possibility to have a rows property similar to the columns?

KeyTables, possibility to have a rows property similar to the columns?

rogerarogera Posts: 9Questions: 2Answers: 1

Hi

Just noticed there is a columns property when initializing the KeTable to specify columns that can gain focus.
I might change my code to use this instead of manually coded key-focus and key-blur events.

But, I also have some rows in the table that I don't want to gain focus, for example a summary row at the bottom that automatically sums the values in the column.

It would be very nice to have a rows property similar to the columns property and then I can probably get rid of or at least simplify my key-focus, key-blur handlers.

Regards
/Roger

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,839Questions: 1Answers: 10,518 Site admin
    Answer ✓

    Thanks for the suggestion. It isn't something I've currently got on my list, but I will consider it.

    Allan

This discussion has been closed.