Nestable icon indicating copy to clipboard operation
Nestable copied to clipboard

Support for starting levels collapsed

Open vincenttheeten opened this issue 11 years ago • 1 comments

Support for starting levels collapsed

<ol data-start-collapsed="true/false">
  <li>...</li>
</ol>

vincenttheeten avatar Mar 07 '14 11:03 vincenttheeten

Great idea ! — I've added it in my repository (which already includes a lot of other PR from this repo) but I took a slightly different approach, reusing the list.options.collapsedClass that is more standard, and removing unecessary $.

See the commit here and above (I referenced your PR)

Hope that helps

tchapi avatar Apr 08 '14 21:04 tchapi