TableTool
TableTool copied to clipboard
Loading data from url
Could it load data from given csv url? If not, we would like to enhance this feature, it's really useful for us.
TableTool can only open local files, but adding support for loading data from a URL is a good idea.
Pull requests are welcome!
Loading should be an asynchronous operation (with a progress bar).
Currently TableTool loads synchronously.
Can you please provide a UI mock up of how exactly we should implement asynchronous loading, since this would be a prerequisite of loading from URL?
Blocker #32