1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
438 stars 176 forks source link

resetting panel sort-select dropdowns feature #187

Closed boulepick closed 8 years ago

boulepick commented 8 years ago

Good day, i'm trying to use the sort-select with select2 dropdowns plugins. it is working ok but the issue that i'm having now is the reset button does not work on the select2 options as it has it's own method to reset the dropdown. And if I trigger the reset of select2 manually, it ends up making two calls to the server, the first one with an error response. is there a way to add the option for other plugins to incorporate this plugin or provide a way to make this work with select2.

Thank you

mariojfduarte commented 8 years ago

Hi there,

I solved my problem by having two different names on the "control-name" attribute

1rosehip commented 8 years ago

Great, I'm glad that it works for you. Please close the issue.

boulepick commented 8 years ago

HI Mariojfduarte, can you tell me hiw exactly you did it.