-
Notifications
You must be signed in to change notification settings - Fork 350
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ada3cee
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: andytango/jquery-bootgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4fcd625
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 7 files changed
- 3 contributors
Commits on Oct 12, 2015
-
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()
Configuration menu - View commit details
-
Copy full SHA for fe3f95e - Browse repository at this point
Copy the full SHA fe3f95eView commit details
Commits on Oct 30, 2015
-
Trigger an event when columns are toggled on or off
Configuration menu - View commit details
-
Copy full SHA for 1225b4a - Browse repository at this point
Copy the full SHA 1225b4aView commit details
Commits on Apr 18, 2016
-
More useful to the calling code to expose any ajax errors. Makes debugging difficult if you silently fail them.
CallMeBruce committedApr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 99ee4de - Browse repository at this point
Copy the full SHA 99ee4deView commit details
Commits on Sep 15, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 2d26fea - Browse repository at this point
Copy the full SHA 2d26feaView commit details -
Merge pull request #1 from zspitzer/zspitzer-faster-templates
Drastically faster templating approach
Configuration menu - View commit details
-
Copy full SHA for bf2ac3d - Browse repository at this point
Copy the full SHA bf2ac3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d33185d - Browse repository at this point
Copy the full SHA d33185dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d11d27 - Browse repository at this point
Copy the full SHA 8d11d27View commit details -
Merge pull request #2 from zspitzer/zspitzer-faster-templates
Zspitzer faster templates
Configuration menu - View commit details
-
Copy full SHA for 485db81 - Browse repository at this point
Copy the full SHA 485db81View commit details
Commits on Oct 26, 2016
-
Add intelliJ directory to .gitignore
Andrew Hall committedOct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 8e09132 - Browse repository at this point
Copy the full SHA 8e09132View commit details -
Merge remote-tracking branch 'pr-289/patch-1'
Andrew Hall committedOct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for d775c24 - Browse repository at this point
Copy the full SHA d775c24View commit details -
Andrew Hall committed
Oct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 4fcd625 - Browse repository at this point
Copy the full SHA 4fcd625View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ada3cee...4fcd625