-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to use it? How to implement it? #38
Comments
Ok, will document step by step instructions tomorrow |
Thanks for you reply! |
I did not get time to formally document this but this is the minimal html code you need to init the plugin:
This will show you one miller column, also note the navigate_next text if you add links to material font it will be replaced by '>' icon. When you click each item it will fire "item-clicked" event ( you can check the console log). you can use dummy data or get the data from an API. Let me know if this helps. |
Hi thanks for the answer. Unfortunately that is what I am doing. The problem comes when I try to implement my own version of that in another html, using custom dummy data, how should I do that? Do I have to create a separated var $millerCol = $("#miller_col");
$millerCol.millerColumn({
initData: rootCategory
}); That does not do anything. How can I make it work using JSON dummy data? Thanks |
Hey it will be difficult to tell the issue you are having, can you email me all your files and I will check the issue. dsharew at gmail dot com |
Email sent to you :) |
Is there a more detailed or step by step doc that explain how to use this plugin?
I have gone trough the steps described in the readme but still unable to get it working with dummy json data.
The text was updated successfully, but these errors were encountered: