thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

Apply sorting feature dynamically on Lobipanel #56

Open rkrajesh661 opened 6 years ago

rkrajesh661 commented 6 years ago

Hi,

I have implemented lobipanel for sorting the panel. As of now, there is a requirement to disable the sorting feature on particular click/action. And also enabling it on some action. We can do it while initializing the lobipanel but requirement is after initialization. Can anyone help me for this?

Thanks in Advance,