day8 / re-com

A ClojureScript library of reusable components for Reagent

Home Page:https://re-com.day8.com.au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

johbra opened this issue · 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.