You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add EditableTable.defaultRemoveCell, which provides the default rendering of the remove cell of an editable table, without incurring an Eq constraint on the type variable row (which represents a row in your table).
Refactor responsive combinators desktop and mobile to take style and children props. Add desktop_ and mobile_ variants, which take only an Array JSX as argument. (#41)
Bug fixes
Fix divider shrinking and disappearing inside flex containers. (#41)