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

Commits on Nov 17, 2013

  1. gh-pages: added index.html

    sinelaw committed Nov 17, 2013
    Configuration menu
    Copy the full SHA
    8fb823f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5018b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e65f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2013

  1. Configuration menu
    Copy the full SHA
    e2fa7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d96a8c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2013

  1. Configuration menu
    Copy the full SHA
    4945e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24b1f1 View commit details
    Browse the repository at this point in the history
  3. Version bump: 0.3.1

    sinelaw committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    2242090 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      Change dateFormat to a more general formatter function
      Fix missing semicolon in JS file
      Add support for OrderBy
      Add support for date format for readonly date fields
      Add support for Added row css class and fixed disabled state of select controls
      Update README.md
    sinelaw committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    eb43542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1535e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4142c8e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

  1. Configuration menu
    Copy the full SHA
    2797b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be21ed6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2013

  1. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      Change dummy row to appear only if perRowEditModeEnabled is on
      Add dummy invisible row at end of grid to fix 'jumping resize' when editing; also, remove unused commented-out code
      Add some JSDoc
      Added feature: double-click on cell to enter edit mode
      Version bump: 0.4.0
      Add note about Paging in README
    
    Conflicts:
    	bower.json
    	package.json
    sinelaw committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    fc59768 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      Update demo
    sinelaw committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    3e87874 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      Change default to not watch columns collection deeply (to improve performance); add options dynamicColumns to turn it on
      Use the pre-caculated column. - fixes bug that caused severe performance issues with drop-downs
      Refactor some code related to column.formatter/.select
      Change select options to use a pair of method (select & formatter) to make it easier to add custom logic for formatting & id'ing the elements
      Set ng-required to false in the dummy row
      Change the dummy row to be hardcoded into the template instead of adding garbage data
    sinelaw committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    d1c285b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      Fix bug when row contains checkbox input & allowMultiselect is true (when checkbox is clicked a double event is triggered, ends up not selecting the row)
    sinelaw committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    706cdf3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Merge branch 'master' of github.com:bdb-opensource/simple-grid into g…

    …h-pages
    
    * 'master' of github.com:bdb-opensource/simple-grid:
      bugfix: add missing injection strings on the directive function; fix jshint error; update version to 0.4.1
    Noam Lewis committed May 21, 2014
    Configuration menu
    Copy the full SHA
    bdcd2aa View commit details
    Browse the repository at this point in the history
Loading