We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
added in #65, #79 & #85
Move Save as dropdown initialization to individual Tabulator and Perspective view JS files and populate it with save data options they provide.
The text was updated successfully, but these errors were encountered:
implement save CSV and JSON data in perspective.js (#88)
ec57285
and add sample group by csv example for testing
initialize Save dropdown in table views via new addSaveOptions() setu…
821dd94
…p call (#88) to populate save data options based on table view implementation and capabilities
we'll keep it simple for the Perspective view data save options: CSV, JSON and Arrow data.
Others can be created from saved CSV in Tabulator view which provides tab delimited, semicolon delimited, and html table save options.
Sorry, something went wrong.
implement save arrow data from perspective view (#88)
e46434a
add file type filter Save data dialog (#88)
9956be0
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
added in #65, #79 & #85
Move Save as dropdown initialization to individual Tabulator and Perspective view JS files and populate it with save data options they provide.
The text was updated successfully, but these errors were encountered: