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: SavoBit/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: opnsense/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.
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    36fbba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857598b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

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

Commits on Jan 17, 2022

  1. Store sort order, column selection and row count in browser's local s…

    …torage (opnsense#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
    8191 authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b74a3e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Minor bugfix in localstorage usage for rowCount

    rowCount should be an int, but localStorage items are saved as strings. parse
    AdSchellevis authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7b8da26 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. 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.
    AdSchellevis committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    292cfdf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. converters / datetime - fix object check (opnsense#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.
    swhite2 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    96d071b View commit details
    Browse the repository at this point in the history
  2. dist: sync with opnsense#7

    AdSchellevis committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c12ecbb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. use fontawesome 6 icons

    AdSchellevis committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6a7d728 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    747890a View commit details
    Browse the repository at this point in the history
Loading