-
Notifications
You must be signed in to change notification settings - Fork 329
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
More then one csv file #66
Comments
I had the same question. The solution is in issue #49 |
I think this is a better solution: In the index.html between the "container-fluid" div tags create as many divs as tables you need and make sure you use different id names for each div/table.:
Then between the <script type="text/javascript"> </script> tags use the following code. Replace names in rnTable according to the id names of the divs you just created and the. Make sure they are in order with the tables. For example 'data/next_release_1.csv' corresponds to 'rn-table_1' and is in the same order in the array
|
hello, would anyone know how could I display this multiple tables with different buttons ? Thanks in advance. |
How can you show up more then 1 csv file from the data folder ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: