Perhaps just a single report is too small and its getting too busy so you want to add more pages? Check out this handy guide below to grow your report into multiple pages which are easily navigable!Â
Create a new page by duplicating the template used in index.html. To do this, right click the "index.html" file and 'Duplicate' it into the same directory. Rename the new HTML file with your desired name, for example, "my_new_page.html,". You now have an identical template to work with!
Locate the config_home JSON file in the JSON folder, which is crucial for the functionality of your new page. Copy the file and name it so that it matches up to your new HTML page, like "config_my_new_page.json". This ensures a seamless connection between the HTML and JSON files.
Open the new config JSON file you just created and build your new page. Remember you can use the 'create_button_link' function to add navigation buttons to your reports