mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Toggle pager-settings affect other grid's pager-settings toggle #1036

Open amrocs opened 9 years ago

amrocs commented 9 years ago

If 2 or more grids on a page, clicking pager-settings's toggle button cause not only own grid but also other grid's pager-settings toggle.

I found out that line 89 at slick.pager.js, written as follows

$(".slick-pager-settings-expanded").toggle()

detecting by class is not good way.