Skip to content
New issue

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

Sort icon image necessity inside project - GET http://localhost:8280/img/sort_desc.png 404 (Not Found) #17

Open
lucasemmoreira opened this issue Aug 20, 2020 · 0 comments

Comments

@lucasemmoreira
Copy link

Hi there! Very nice lib!

But I had an issue and just would like to check if the behavior is expected. I imported the lib and used as below

   [:div.table-container
    [rdt/data-table {:headers [[:time "Days"] [:weight "Weights"]]
                             :rows {:data {:values [{:time 1 :weight 1}]}
                             :encoding {:x {:field "time" :type "quantitative"}
                                         :y {:field "weight" :type "quantitative"}
                                         :color {:field "item" :type "nominal"}}
                               :mark "line"}
                     :sortable-columns [:time :weight]
                     :table-id "Weights"}]]

When rendered in the browser I got

image

And if I click it I get this in the console

GET http://localhost:8280/img/sort_desc.png 404 (Not Found)

I managed to solved it by copying the folder resources/public/img to my project, but my question is if this is suppose to happen.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant