-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: rstaib/jquery-bootgrid
base: master
head repository: opnsense/jquery-bootgrid
compare: master
- 19 commits
- 31 files changed
- 6 contributors
Commits on Jul 4, 2018
-
fix for #364, when rowselect is enabled the click event is triggered …
…twice. Exclude row toggle event on checkbox click should prevent this from happening, which still leaves a small style issue in there if rowSelect and multiselect are both disabled.
Configuration menu - View commit details
-
Copy full SHA for 533d59f - Browse repository at this point
Copy the full SHA 533d59fView commit details
Commits on Oct 11, 2018
-
Use single guillemets for previous/next page
Currently, pagination uses double guillemets for first/last page and lower than/greater than signs for previous next (like so: `« < 1 2 3 > »`). This looks ugly. Change this to use single guillemets, for visual consistency (like so: `« ‹ 1 2 3 › »`).
Configuration menu - View commit details
-
Copy full SHA for d007a9c - Browse repository at this point
Copy the full SHA d007a9cView commit details -
Merge pull request #1 from MichaelDeciso/patch-1
Use single guillemets for previous/next page
Configuration menu - View commit details
-
Copy full SHA for b9a243e - Browse repository at this point
Copy the full SHA b9a243eView commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6aa1b4d - Browse repository at this point
Copy the full SHA 6aa1b4dView commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 932ebdd - Browse repository at this point
Copy the full SHA 932ebddView commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 16afab0 - Browse repository at this point
Copy the full SHA 16afab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe320a - Browse repository at this point
Copy the full SHA 5fe320aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769388d - Browse repository at this point
Copy the full SHA 769388dView commit details
Commits on Mar 11, 2019
-
- support header html data - blank unparseable numeric fields
Configuration menu - View commit details
-
Copy full SHA for 1bfc280 - Browse repository at this point
Copy the full SHA 1bfc280View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36fbba7 - Browse repository at this point
Copy the full SHA 36fbba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857598b - Browse repository at this point
Copy the full SHA 857598bView commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 66e4409 - Browse repository at this point
Copy the full SHA 66e4409View commit details
Commits on Jan 17, 2022
-
Store sort order, column selection and row count in browser's local s…
…torage (#5) * Store sort order, column selection and row count in browser's local storage * Bugfix when restoring sort order from localStorage with multiSort disabled * Bugfix when restoring row count to pre-select entry in dropdown
Configuration menu - View commit details
-
Copy full SHA for b74a3e6 - Browse repository at this point
Copy the full SHA b74a3e6View commit details
Commits on Aug 17, 2022
-
Minor bugfix in localstorage usage for rowCount
rowCount should be an int, but localStorage items are saved as strings. parse
Configuration menu - View commit details
-
Copy full SHA for 7b8da26 - Browse repository at this point
Copy the full SHA 7b8da26View commit details
Commits on Feb 26, 2024
-
converters / datetime - when an epoch is offered as number, make sure…
… to convert to moment() before sending it to the client. Adds support for datetime fields as integer/float data.
Configuration menu - View commit details
-
Copy full SHA for 292cfdf - Browse repository at this point
Copy the full SHA 292cfdfView commit details
Commits on Apr 17, 2024
-
converters / datetime - fix object check (#7)
Object.is() checks equality between two parameters, not whether the variable is an object, better to use the built-in moment method for this.
Configuration menu - View commit details
-
Copy full SHA for 96d071b - Browse repository at this point
Copy the full SHA 96d071bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c12ecbb - Browse repository at this point
Copy the full SHA c12ecbbView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a7d728 - Browse repository at this point
Copy the full SHA 6a7d728View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 747890a - Browse repository at this point
Copy the full SHA 747890aView commit details
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 master...master