Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaComputing/TableView.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8dbe19f
Choose a base ref
...
head repository: JuliaComputing/TableView.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a49528
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 27, 2021

  1. Create CompatHelper.yml

    andreasnoack authored Apr 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    02248a4 View commit details
  2. Update TagBot.yml

    andreasnoack authored Apr 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e0b8f7 View commit details
  3. Create CI.yml

    andreasnoack authored Apr 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3908589 View commit details
  4. Switch to GitHub Actions

    andreasnoack committed Apr 27, 2021
    Copy the full SHA
    7b0a13e View commit details

Commits on May 5, 2021

  1. The user can now supply a callback function that will be called just …

    …before rendering the table, allowing changes in the columns definitions (disable sorting, make read-only, remove from display etc.). It the future we can store the “dom” node in options to allow the user to change that too.
    
    we had to remove the callback function entry from options dictionary as it cause the JS serilization process to fail
    Ran Gal committed May 5, 2021
    Copy the full SHA
    aec86f6 View commit details

Commits on May 12, 2021

  1. Merge pull request #75 from galran/master

    Added a user call back function to allow settings modifications
    pfitzseb authored May 12, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a7219f9 View commit details
  2. various API tweaks

    pfitzseb committed May 12, 2021
    Copy the full SHA
    c734916 View commit details
  3. Merge pull request #76 from JuliaComputing/sp/updates

    various API tweaks
    pfitzseb authored May 12, 2021
    2

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6a49528 View commit details
Loading