Creating a tabbed page with 5 reports
Creating a tabbed page with 5 reports
I have been mucking with this for a week, and it is not clean at all.
My goal is to pull similar data from 5 separate dimension tables, mapped to a single fact table.
My current issue is the ability to get the tables to seemlessly load data.
Each attempt has a variety of popups and the initial load is broken.
Hoping someone can review and help me to correct.
http://live.datatables.net/canezame/2/edit?html,css,js,console
Thank you,
Allan
This question has an accepted answers - jump to answer
Answers
Forgot output
http://live.datatables.net/canezame/2/edit?html,css,js,console,output
I moved the table initializations outside of the click event which removes the error about reinitializing the table. Not sure if that's the only issue you have but you can take a look here:
http://live.datatables.net/hadahocu/1/edit
Kevin
Thank you, getting closer.
I can see a couple other issues. I'll play with those and post a new question.
Thank you for the assistance