1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 03:16:48 +02:00

Fixed pagination drop-down selector change event

This commit is contained in:
Max Guglielmi 2015-07-14 23:16:05 +10:00
parent 1205e3b734
commit 9f29a37987
3 changed files with 9239 additions and 18 deletions

File diff suppressed because one or more lines are too long

2229
dist/tablefilter/tf-1.js vendored

File diff suppressed because one or more lines are too long

View file

@ -194,8 +194,8 @@ export class Paging{
}
evt.slcPagesChange = (event) => {
this.changePage();
event.target.blur();
var slc = event.target;
this.changePage(slc.selectedIndex);
};
// Paging drop-down list selector