day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

simple-v-table: Unknown parameter: :striped? #296

Open johbra opened 2 years ago

johbra commented 2 years ago

Trying something like [simple-v-table :striped? true :model (r/atom ...) :columns [...] ] results in the error message Unknown parameter: :striped?

Is there a way to fix this?

Johannes

MawiraIke commented 2 years ago

This issue must have been fixed along the way, probably by this commit. Check the sample sales v-table to see an example on how to use the :striped? keyword argument.