-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
The selection function cannot trigger traitlets observe.
I am using select(), trying to realize control table both with manual and with function.
The observe function of table is only triggered when click, but not after select() function.
Do you know how to trigger it?
Example:
def func(change):
...
datagrid.observe(func, name=['selections'])
datagrid.select(row1=rows,column1=1,row2=rows, column2=1)
*func should be run based on new selections, but not.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels