KeyTable focus cell input
KeyTable focus cell input

Hi,
Is it possible to configure KeyTable to focus on a cell child (input type='text'), rather than the cell itself?
Thanks
This discussion has been closed.
Hi,
Is it possible to configure KeyTable to focus on a cell child (input type='text'), rather than the cell itself?
Thanks
Replies
No - currently KeyTable operates on the
td
/th
cells in the table body. This is the line to change if you want it to behave differently.Allan