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: rstaib/jquery-bootgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: andytango/jquery-bootgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 12, 2015

  1. Update internal.js

    there is no need to clone() here,  it creates a memory leak as it's not attached the to DOM and therefore isn't removed by remove()
    zspitzer committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    fe3f95e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Add an event columnToggle

    Trigger an event when columns are toggled on or off
    zspitzer committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    1225b4a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Expose ajax error to callee

    More useful to the calling code to expose any ajax errors. Makes debugging difficult if you silently fail them.
    CallMeBruce committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    99ee4de View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Drastically faster templating approach

    The current templating approach is really inefficient, as it recursively loops thru every 
    passed available variable for substituion and applies a regex for each one. 
    
    It's much faster to initially parse the template and then only process those strings which are 
    actually present in the template.
    
    This revised implementation both caches the parsed templates and then only processes the string which are present.
    
    The performance improvement is quite drastic, especially with large tables. A large table was previously taking 15s to render 
    in Chrome, now takes less than 1s with this approach
    zspitzer authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2d26fea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from zspitzer/zspitzer-faster-templates

    Drastically faster templating approach
    zspitzer authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    bf2ac3d View commit details
    Browse the repository at this point in the history
  3. Update extensions.js

    zspitzer authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    d33185d View commit details
    Browse the repository at this point in the history
  4. lint clean up

    zspitzer authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    8d11d27 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from zspitzer/zspitzer-faster-templates

    Zspitzer faster templates
    zspitzer authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    485db81 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Add intelliJ directory to .gitignore

    Andrew Hall committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    8e09132 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pr-289/patch-1'

    Andrew Hall committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    d775c24 View commit details
    Browse the repository at this point in the history
  3. Reformat whitespace

    Andrew Hall committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    4fcd625 View commit details
    Browse the repository at this point in the history
Loading