You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When crosstab is setting up, it should look for a global crosstab variable, and try to grab the cmds out of it. If present, it should call crosstab(fn) for each one.
This isn't a critical feature, but it's nice to have
The text was updated successfully, but these errors were encountered:
This is a pretty simple addition and can be done similarly to how analytics and gpt work.
Loading Tag
This minifies to the following:(this is beautified to be readable but get the point across)
Change to crosstab.js
When crosstab is setting up, it should look for a global crosstab variable, and try to grab the cmds out of it. If present, it should call crosstab(fn) for each one.
This isn't a critical feature, but it's nice to have
The text was updated successfully, but these errors were encountered: