add or delete row without clicking in + or x
ventarrron88 opened this issue · 3 comments
ventarrron88 commented
Hi im new usign this witget.
In general what i need to do is add or delete a row without clicking the mouse in + or X button, for example if i want to use the keyboard. i know i can use the keyboard events but i dont know after pressing a key how to activate the event off add or delete a row.
I hope you can help me with this.
Thanks
unclead commented
did you try to call some of the widget's methods from keypress event callback?
ventarrron88 commented
Not yet, please let me check and i will tell you if i solved my issue.
Thanks
ventarrron88 commented
Thanks, it worked like i spected.