Exemplo n.º 1
0
 /// <summary>
 /// Keeps the virtual scrollbar and the scrolling `<div>` wrapper around the
 /// data table in vertically scrolling tables in sync.
 /// </summary>
 protected void _syncScrollPosition(DOMEventFacade e){}
Exemplo n.º 2
0
 /// <summary>
 /// Keeps the virtual scrollbar and the scrolling `<div>` wrapper around the
 /// data table in vertically scrolling tables in sync.
 /// </summary>
 protected void _syncScrollPosition(DOMEventFacade e, object source){}
Exemplo n.º 3
0
 /// <summary>
 /// Fires the `sort` event in response to user clicks on sortable column
 /// headers.
 /// </summary>
 protected void _onUITriggerSort(DOMEventFacade e){}