thecodeholic / lobipanel

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

How to use stateful option #51

Open aashish-chaubey opened 6 years ago

aashish-chaubey commented 6 years ago

Hey,

This is a very good piece of work you guys have put it. This looks great. However I am struggling with one thing:

The documentation says, stateful expects a boolean value and a specified data-inner-id.

This confuses me, can you please show this as an example of how to use this in order to remember the states.

Also what is data-inner-id that is required while setting the value of stateful and why is it significant?

Thank you.