Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Nested Lists #59

Closed
rmdort opened this issue Apr 11, 2012 · 5 comments
Closed

Support for Nested Lists #59

rmdort opened this issue Apr 11, 2012 · 5 comments

Comments

@rmdort
Copy link

rmdort commented Apr 11, 2012

Support for nested list will be appreciated

<ul class="list">
 <li>
     <span  class="name">Business Competence</span>
     <ul>
      <li>Company and business environment</li>
      <li>Products and services</li>
     </ul>
 </li>
 <li>
  <span  class="name">Professional Competence</span>
  <ul>
    <li><span  class="name">Accounting</span> / Finances</li>
  </ul>
 </li>
</ul>
@javve
Copy link
Owner

javve commented Apr 24, 2012

At the moment no functionality like this is planned. It will be to complicated. But you could but a List.js in another List.js and make you own custom solution.

@shleyze
Copy link

shleyze commented Nov 21, 2015

+1

@storageddd
Copy link

+2

@JiveDig
Copy link

JiveDig commented Sep 9, 2016

+3

@fxi
Copy link

fxi commented Oct 6, 2016

It's not a perfect solution, merely a hack, but here is an idea for having groups without having a nested list.

http://codepen.io/fxi/pen/YGZKJj

For indentation, CSS could do the trick.

I did not tested adding or removing element, but it should place new item correctly after a sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants