rwjblue / pivot.js

Build Pivot Tables from CSV/JSON Data
http://rwjblue.github.com/pivot.js/
Other
783 stars 134 forks source link

delay render of pivot table #3

Closed AJNorman closed 12 years ago

AJNorman commented 12 years ago

Hello,

This tool is fantastic.

Is there a way to delay the rendering of the pivot table on the webpage? I am creating a csv based on some user inputs and then want to use the data in the pivot table.

Thanks.

AJNorman commented 12 years ago

ignore, used function hello() {//do some stuffalert("Hello, anybody there?"); setTimeout('nextStep()', 5000); } function nextStep() { "pivot code"} which works perfectly

rwjblue commented 12 years ago

Cool, glad you figured it out.

Sent from my iPhone

On Aug 28, 2012, at 7:10 PM, AJNorman notifications@github.com wrote:

ignore, used function hello() {//do some stuffalert("Hello, anybody there?"); setTimeout('nextStep()', 5000); } function nextStep() { "pivot code"} which works perfectly

— Reply to this email directly or view it on GitHub.