Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

300-Allow-the-MDLTableWidget-to-be-paginated #304

Open
wants to merge 15 commits into
base: development
Choose a base branch
from

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    be9692d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Merge branch 'development'

    jecisc committed May 1, 2019
    Configuration menu
    Copy the full SHA
    7769357 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    bb5f102 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Merge branch 'development'

    jecisc committed May 30, 2019
    Configuration menu
    Copy the full SHA
    be363f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development'

    jecisc committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5818e71 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    46748fa View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Merge branch 'development'

    jecisc committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    d465d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    1680d54 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Implemented pagination for MDLTableWidget.

    Used a strategy design pattern to achieve that, the strategy is used to generate html for the content of the table.
    Implemented tests.
    juliendelplanque committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5dcebd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6cafc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7aa8e0 View commit details
    Browse the repository at this point in the history
  4. Update src/Material-Design-Lite-Widgets/MDLDisplayPaginatedTableConte…

    …nt.class.st
    
    Co-Authored-By: CyrilFerlicot <[email protected]>
    juliendelplanque and jecisc authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    efaa013 View commit details
    Browse the repository at this point in the history
  5. Update src/Material-Design-Lite-Widgets/MDLDisplayPaginatedTableConte…

    …nt.class.st
    
    Co-Authored-By: CyrilFerlicot <[email protected]>
    juliendelplanque and jecisc authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    56c5b92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3dd713 View commit details
    Browse the repository at this point in the history
  7. Raise correct error when #rowsPerPage message is sent but #rowsPerPag…

    …ePossibilities message return an empty collection.
    
    Added test to check it works.
    juliendelplanque committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    0679141 View commit details
    Browse the repository at this point in the history