You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Damien,
I have seen solution given to override some methods.
I need to get selected row data while moving through rows (i.e left click ) and delete selected row with delete button if necessary.
I noticed there is a method called getSelectedRowData() and handle_left_click(self, event).
How do I bind getSelectedRowData() to left click such that I get selected row data without effecting to pandas table features?
I used following code with directly overriding rowheader.bind and pt.bind . It is not working as expected.
Hi Damien,
I have seen solution given to override some methods.
I need to get selected row data while moving through rows (i.e left click ) and delete selected row with delete button if necessary.
I noticed there is a method called getSelectedRowData() and handle_left_click(self, event).
How do I bind getSelectedRowData() to left click such that I get selected row data without effecting to pandas table features?
I used following code with directly overriding rowheader.bind and pt.bind . It is not working as expected.
Could you please provide some suggestions to implement this if you do not mind.
Many thanks.
The text was updated successfully, but these errors were encountered: