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

Can we modify the format of original list? #3

Open
sinanerdem opened this issue Jul 3, 2012 · 1 comment
Open

Can we modify the format of original list? #3

sinanerdem opened this issue Jul 3, 2012 · 1 comment

Comments

@sinanerdem
Copy link

Instead of this format:

Cat 1
Cat 1 > Subcat 11
Cat 1 > Subcat 12
Cat 2
Cat 2 > Subcat 21
Cat 2 > Subcat 22

can I somehow use this format:

Cat 1
-Subcat 11
-Subcat 12
Cat 2
-Subcat 21
-Subcat 22

@mohamedrez
Copy link

just initiaze with this : $('#id_categories-1-category').selectHierarchy({ separator: ' - ' });

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

2 participants