Skip to content
Snippets Groups Projects

CE-3434: Table stripes and hover

Merged CE-3434: Table stripes and hover
1 unresolved thread
Merged Johanna Szepanski requested to merge CE-3434-table-stripes-and-hover into main
1 unresolved thread

After discussions decided to make table props striped = true and disable hover = true as default values

Edited by Johanna Szepanski

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
46 46
47 47 const defaultPageSizeOptions = [20, 50];
48 48
49 const defaultStyle = ({ theme, striped, onRowClick, disableHover }) => {
49 const defaultStyle = ({
50 theme,
51 striped = true,
52 onRowClick,
  • Anders Lindh Olsson approved this merge request

    approved this merge request

  • added 2 commits

    Compare with previous version

  • Johanna Szepanski reset approvals from @anderslindh1 by pushing to the branch

    reset approvals from @anderslindh1 by pushing to the branch

  • Anders Lindh Olsson approved this merge request

    approved this merge request

  • Johanna Szepanski enabled an automatic merge when all merge checks for cc3f8a88 pass

    enabled an automatic merge when all merge checks for cc3f8a88 pass

  • mentioned in commit 5ee28dfe

  • Please register or sign in to reply
    Loading