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: 6pac/SlickGrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.4
Choose a base ref
...
head repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.5
Choose a head ref
  • 19 commits
  • 18 files changed
  • 2 contributors

Commits on Nov 30, 2016

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

Commits on Dec 19, 2016

  1. Add tri-state and numbered column sorting. New options are tristateMu…

    …ltiColumnSort and numberedMultiColumnSort
    6pac committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    fde5dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda3781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55fd59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae80a30 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. clean up destw and desth attributes in clipCommand as requested by @l…

    …oujine in pull req #73. Also removed destx and desty which had clearly been refactored as local variables
    6pac committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    a02d198 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

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

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    6e9a019 View commit details
    Browse the repository at this point in the history
  2. add NPM commend to ReadMe.md

    6pac committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    03fa012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6b043 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

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

Commits on Feb 23, 2017

  1. add editor preclick mode for one-click checkbox editing and other imm…

    …ediate-click editor functionality. add the one-click checkbox to example4-model
    6pac committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    7e1ee38 View commit details
    Browse the repository at this point in the history
  2. Allow retrieval of the default filter on a dataView

     * This allows using the original default filter in a custom filter
     * Means I dont have to rewrite the full default filter to add a new
       addition
     * Should allow multiple passes of replaceing a filter with one that
       extends the previous one.
    bobbysmith007 authored and root committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    ef593eb View commit details
    Browse the repository at this point in the history
  3. Add getter to filtered items

     * There is already a list of filtered items, just give access
     * Allows easy exporting of the exported list by posting the ids
       of the rows that have been filtered.  (IE: I can filter only
       on the client, and have the filtered results sent to the server)
    bobbysmith007 authored and root committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    5794c84 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Merge pull request #88 from AccelerationNet/master

    Allow retrieval of the default filter on a dataView
    6pac authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    2d36e66 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. fix mleibman/SlickGrid#1086

    6pac committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    6a0d14b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:6pac/SlickGrid

    sync with online wiki edits
    6pac committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    0c3660c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Add new formatter return type to allow css classes to be applied to t…

    …he cell node. Also add onBeforeAppendCell event to allow classes to be injected as cells are created or rewritten after invalidation. Modify formatter example to show new formatter type. Add example2-formatters-event to demonstrate use of the onBeforeAppendCell event.
    6pac committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    bef3203 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

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