Example #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){}
Example #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){}
Example #3
0
 /// <summary>
 /// Fires the `sort` event in response to user clicks on sortable column
 /// headers.
 /// </summary>
 protected void _onUITriggerSort(DOMEventFacade e){}