day8/re-com

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

johbra opened this issue · 1 comments

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

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.