Replies: 1 comment
-
Fixed documentation in 28351d7 See https://re-com.day8.com.au/#/v-table 'Required Dependencies' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
trying the smallest possible table (one column, one row)
[simple-v-table :model (reagent/atom [{:id 0}]) :columns [{:id :id :header-label "Id" :row-label-fn :id :width 70 :height 35}]]
I get the following error message:
react_devtools_backend.js:2560 Your project is missing detect-element-resize.js or detect-element-resize-externs.js could not setup v-table. See https://re-com.day8.com.au/#/v-table requirements at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54) at div at cmp (http://localhost:9500/cljs-out/dep/reagent/impl/component.js:517:54)
I cannot figure out, what is going wrong. Trying the demo in simple_v_table_sales.cljs I see the same error message.
Any hints?
Johannes
Beta Was this translation helpful? Give feedback.
All reactions