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

An example of table pagination, sorting, and filtering using LiveView #20

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2019

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

Commits on Mar 24, 2019

  1. Handle page overflow

    I had a page with 12 items. When the page size was set to 10, it would only show one page due to the number of rows being divided by the page size then truncating. Adding one 1 the number of rows / page size before truncating should fix the issue.
    albydarned authored Mar 24, 2019
    Configuration menu
    Copy the full SHA
    1d6d22b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge pull request #1 from albydarned/patch-1

    Handle page overflow
    joerichsen authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    be9315f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    5405caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95789dd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Handle params

    joerichsen committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    7a9511d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a226d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39bbb59 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'table_example' of github.com:joerichsen/phoenix_live_vi…

    …ew_example into table_example
    joerichsen committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    65806f0 View commit details
    Browse the repository at this point in the history