TableView.jl
TableView.jl copied to clipboard
Use Julia Artifacts for ag-grid js/css dependencies
Instead of downloading the js/css dependencies at build-time, use the Julia Artifacts feature to manage these files.
This change can be modeled after JuliaPlots/Plots.jl#3023