StickyHeaders: reduce priority below pager widget

so it initializes before the pager
This commit is contained in:
Rob Garrison 2016-12-16 17:20:02 -06:00
parent 3165a50ebd
commit 822613ae4f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,7 @@
// ************************** // **************************
ts.addWidget({ ts.addWidget({
id: 'stickyHeaders', id: 'stickyHeaders',
priority: 55, // sticky widget must be initialized after the filter widget! priority: 54, // sticky widget must be initialized after the filter & before pager widget!
options: { options: {
stickyHeaders : '', // extra class name added to the sticky header row stickyHeaders : '', // extra class name added to the sticky header row
stickyHeaders_appendTo : null, // jQuery selector or object to phycially attach the sticky headers stickyHeaders_appendTo : null, // jQuery selector or object to phycially attach the sticky headers