If the documentation for template bind is correct, then a “rule” function should be called.
-
When is this function called? Once? How do we call it every time the selected item changes in the master?
-
It appears the rule function is never called - http://webix.com/snippet/ba939326
-
How does this actually work? Can you please add some documentation? If I debug http://docs.webix.com/samples/15_datatable/15_api/02_link_grid.html and add a breakpoint in the rule function there, it’s called about 50 times when I change selection. That’s about the number of cells in the two grids combined. What exactly does this function do? Is it the right place to load data dynamically from the server into the slave?