Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on render callback #1050

Open
wants to merge 134 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2013

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

Commits on Dec 4, 2013

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

Commits on Mar 6, 2014

  1. Setting up the grid for every test makes them idempotent, which is de…

    …sirable because qUnit does not guarantee order.
    Eric committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    ce6fb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0387257 View commit details
    Browse the repository at this point in the history
  3. Made the grid a little larger to create a more realistic performance …

    …scenario
    Eric Miller committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    f80f34b View commit details
    Browse the repository at this point in the history
  4. new grid method updateColumnWidths provides a fast, surgical way to…

    … update only the widths of things. Still takes a columnDefinitions object.
    Eric Miller committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    a9099b9 View commit details
    Browse the repository at this point in the history
  5. Removed some unneeded comments

    Eric Miller committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    3388762 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Update README.md

    Eric authored and Eric committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    3be7645 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Eric authored and Eric committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    a4670a1 View commit details
    Browse the repository at this point in the history
  3. Added a bower file for submittal to the bower repo

    Eric Miller committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    6409a08 View commit details
    Browse the repository at this point in the history
  4. why the tag is changed

    Eric Miller committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    dc7a325 View commit details
    Browse the repository at this point in the history
  5. versioning

    Eric Miller committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    72cd762 View commit details
    Browse the repository at this point in the history
  6. still learning versioning

    Eric Miller committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    a415788 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. expose 'setupColumnResize' method

    albert-coatue committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    2700508 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from albertywu/master

    expose 'setupColumnResize' method
    Eric authored and Eric committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    f1e529a View commit details
    Browse the repository at this point in the history
  3. bump version, update readme

    Eric Miller committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    cf2cc9e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Configuration menu
    Copy the full SHA
    cbf3fd5 View commit details
    Browse the repository at this point in the history
  2. bump up release

    Albert Wu committed May 20, 2014
    Configuration menu
    Copy the full SHA
    57bc446 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Merge pull request #2 from albertywu/master

    Add support for Slick Ranges toCell, toRow equal to Infinity.
    Eric authored and Eric committed May 21, 2014
    Configuration menu
    Copy the full SHA
    204cadc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. New option columnHeaderRenderer lets you specify the markup to be u…

    …sed for column headers. It's a callback that receives a column object and should return a jquery-wrapped dom element.
    Eric Miller committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    2daaf0b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. updating the grid canvas width AND cell width. previous behavior was …

    …buggy.
    Eric Miller committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    dfb9476 View commit details
    Browse the repository at this point in the history
  2. updateColumnWidths should resize grid cells even if they canvas hasn'…

    …t changed size.
    Eric Miller committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    5476b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3430126 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. DRY up the calculation of viewportW, and allow a manual setting of it…

    … if it's known
    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    2a83e8b View commit details
    Browse the repository at this point in the history
  2. Expose a .getId() method, which allows a consumer to get the uid of t…

    …he slick grid instance they're working with. Useful for managing multiple instances on a single page.
    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    bc1342c View commit details
    Browse the repository at this point in the history
  3. Added features to setColumns. It triggers a new event called `onCol…

    …umnsChanged`. You can pass options that will be sent to your event handlers.
    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    3c4bc64 View commit details
    Browse the repository at this point in the history
  4. .resizeCanvas supports an option to specify a width and skip height c…

    …alculation. Useful perf boost if you know the width and that only that changed.
    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    c79b871 View commit details
    Browse the repository at this point in the history
  5. trigger onColumnsResized whenever the width of them changes (e.g.: …

    …calculated that content should grow them), not just when the user drags to resize.
    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    40b0bb6 View commit details
    Browse the repository at this point in the history
  6. Version Release

    Eric Miller committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    6c1da17 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Keep col instance unmolested during a setColumns. Also add an onInval…

    …idate event
    Eric Miller committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    15363a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Merge in read me changes from upstream

    Eric Miller committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    49609d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. When a column is drag-to-resized, mark col.manuallySized = true. This…

    … lets auto-sizing behavior react accordingly
    Eric Miller committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    e61b5a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. add option to resize only the dragged column

    Albert Wu committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    49dac37 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. fixed an issue where the dataView variable was being accessed but did…

    … not exist
    Paul Wong authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    054f9a9 View commit details
    Browse the repository at this point in the history
  2. Fix mleibman#864 - Implement a 'destroy' method on Slick.ColumnPicker.

    mleibman authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    0df0ec8 View commit details
    Browse the repository at this point in the history
  3. Setting up the grid for every test makes them idempotent, which is de…

    …sirable because qUnit does not guarantee order.
    Eric authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    8e6c9e7 View commit details
    Browse the repository at this point in the history
  4. Add a test to validate current method of updating column widths: `set…

    …Columns`
    Eric authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    ec6b328 View commit details
    Browse the repository at this point in the history
  5. Made the grid a little larger to create a more realistic performance …

    …scenario
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    bc2b28d View commit details
    Browse the repository at this point in the history
  6. new grid method updateColumnWidths provides a fast, surgical way to…

    … update only the widths of things. Still takes a columnDefinitions object.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    c3feedf View commit details
    Browse the repository at this point in the history
  7. Removed some unneeded comments

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    6486c2c View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Eric committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    336a409 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Eric committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1a299ec View commit details
    Browse the repository at this point in the history
  10. Added a bower file for submittal to the bower repo

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    76f9d79 View commit details
    Browse the repository at this point in the history
  11. why the tag is changed

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a8ca1dc View commit details
    Browse the repository at this point in the history
  12. versioning

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1b115fd View commit details
    Browse the repository at this point in the history
  13. still learning versioning

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    b6664c0 View commit details
    Browse the repository at this point in the history
  14. expose 'setupColumnResize' method

    albert-coatue authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a262739 View commit details
    Browse the repository at this point in the history
  15. bump version, update readme

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    5d4db42 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    mleibman authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    33c514d View commit details
    Browse the repository at this point in the history
  17. Add support for Slick Ranges toCell, toRow equal to Infinity.

    Albert Wu authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a305c2b View commit details
    Browse the repository at this point in the history
  18. bump up release

    Albert Wu authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    bac3587 View commit details
    Browse the repository at this point in the history
  19. New option columnHeaderRenderer lets you specify the markup to be u…

    …sed for column headers. It's a callback that receives a column object and should return a jquery-wrapped dom element.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    7219c43 View commit details
    Browse the repository at this point in the history
  20. updating the grid canvas width AND cell width. previous behavior was …

    …buggy.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    8f69e1d View commit details
    Browse the repository at this point in the history
  21. updateColumnWidths should resize grid cells even if they canvas hasn'…

    …t changed size.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    f0a8b52 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    478388a View commit details
    Browse the repository at this point in the history
  23. DRY up the calculation of viewportW, and allow a manual setting of it…

    … if it's known
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a0c0e74 View commit details
    Browse the repository at this point in the history
  24. Expose a .getId() method, which allows a consumer to get the uid of t…

    …he slick grid instance they're working with. Useful for managing multiple instances on a single page.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    be46e59 View commit details
    Browse the repository at this point in the history
  25. Added features to setColumns. It triggers a new event called `onCol…

    …umnsChanged`. You can pass options that will be sent to your event handlers.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    b6e3c99 View commit details
    Browse the repository at this point in the history
  26. .resizeCanvas supports an option to specify a width and skip height c…

    …alculation. Useful perf boost if you know the width and that only that changed.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    8fd9f54 View commit details
    Browse the repository at this point in the history
  27. trigger onColumnsResized whenever the width of them changes (e.g.: …

    …calculated that content should grow them), not just when the user drags to resize.
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    f9df163 View commit details
    Browse the repository at this point in the history
  28. Version Release

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1664319 View commit details
    Browse the repository at this point in the history
  29. Keep col instance unmolested during a setColumns. Also add an onInval…

    …idate event
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    eac9d6f View commit details
    Browse the repository at this point in the history
  30. When a column is drag-to-resized, mark col.manuallySized = true. This…

    … lets auto-sizing behavior react accordingly
    Eric Miller authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    0aed298 View commit details
    Browse the repository at this point in the history
  31. add option to resize only the dragged column

    Albert Wu authored and Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    6676b52 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'gh-pages' of github.com:SimpleAsCouldBe/SlickGrid into …

    …pincushion
    
    Conflicts:
    	README.md
    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    71a96ab View commit details
    Browse the repository at this point in the history
  33. top-level index.html

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    088f0a7 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2b905a3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c0e4e85 View commit details
    Browse the repository at this point in the history
  36. ...I'm in it now.

    Eric Miller committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    9343048 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Progress. cells and headers on screen for the first time.

    ## Function Rewrites
    
    - [x] init (new dom element setup)
    - [x] getHeadersWidth > calculateHeadersWidth
    - [x] setHeadersWidth (new)
    - [x] getCanvasWidth > calculateCanvasWidth
    - [x] updateCanvasWidth (way lots of mucho changes)
    - [x] getHeaderRowColumn (get from the left or right pane)
    - [x] createColumnHeaders (put columns in left or right pane)
    - [x] getViewportHeight > calculateHeights
    - [x] calculateViewportWidth (new)
    - [x] resizeCanvas
    - [x] setPaneVisibility (new)
    - [x] setScroller (new)
    - [x] renderRows
    - [x] appendRowHtml
    - [x] removeRowFromCache
    Eric Miller committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    7d9a877 View commit details
    Browse the repository at this point in the history
  2. test commit

    Eric Miller committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    b4ed752 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    121e28b View commit details
    Browse the repository at this point in the history
  2. fix: If you're scrolled all the way right and then scroll down, it do…

    …esn't know that it should include the far left columns in the drawn cells
    Eric Miller committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    a2cca90 View commit details
    Browse the repository at this point in the history
  3. Storing sizing calculations in a data structure that represents the u…

    …i components:
    
    topViewport
    topCanvas
    contentViewport
    contentCanvas
    header
    subHeader
    Eric Miller committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    9a87a04 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Took everything apart, renamed it, put it back together again.

    ```
    To support pinned columns, we slice up the grid regions, and try to be very clear and consistent about the naming.
        Visual Grid Components
                                [0]       [1]
                              ....................
        topViewport           .     .            .     // The scrolling region
          topCanvas           .     .            .     // The full size of content (both off and on screen)
            header            .     .            .     // The column headers
            subHeader         .     .            .     // Optional row of cells below the column headers
                              ....................
        contentViewport       .     .            .     // The scrolling region for the grid rows
          contentCanvas       .     .            .     // Full size of row content, both width and height
                              .     .            .
                              .     .            .
                              .     .            .
                              .     .            .
                              .     .            .
                              ....................
    ```
    Eric Miller committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    93b4c27 View commit details
    Browse the repository at this point in the history
  2. documentation update

    Eric Miller committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    cf617c2 View commit details
    Browse the repository at this point in the history
  3. Rename headerRow to subHeader (including options showSubHeader

    …and `subHeaderHeight`). Start working on subHeader in pinned environment.
    Eric Miller committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    418d8e3 View commit details
    Browse the repository at this point in the history
  4. Remove calculateHeadersWidth() and setHeadersWidth(). No reason f…

    …or canvas width calculation to be different between top (header) and content regions, they're both based on summing column widths. Also experimenting by removing the -1000px dance the headers were doing. Makes it easier to reuse the top canvas for original header and subHeaders
    Eric Miller committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    80ca124 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. rowHeight and subHeaderHeight are now determined by your CSS, measure…

    …d once by JS on grid init. Completed rename to remove $canvas, $viewport (not specific enough). Including an example with a header row.
    Eric Miller committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    86815de View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. minimal augment of handleSelectedRangesChanged(): clip userland spe…

    …cified ranges both left & right + use the standard (fastest) `for (i = ..., len = ..., i < len; i++){...}` idiom
    GerHobbelt committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    bd894f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. A more elegant fix for webkit inertial scrolling bug http://crbug.com…

    …/312427. Works for pinned and unpinned grids using row index instead of dom element references.
    Eric Miller committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    ad815d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Supports creating the grid with [] columns, then using `setColumns(…

    …)` to fill them in later
    Eric Miller committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    0004c22 View commit details
    Browse the repository at this point in the history
  2. alias headerRow for backwards compatibility

    Eric Miller committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    719632c View commit details
    Browse the repository at this point in the history
  3. cellNodesByColumnIdx should always store a raw dom element, not a jqu…

    …ery wrapped one.
    Eric Miller committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    ae918ea View commit details
    Browse the repository at this point in the history
  4. Fix updateColumnWidths() so it works with the new method of specifyin…

    …g column widths (l0 r0)
    Eric Miller committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    2aaa440 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2014

  1. You can change the pinned column at any time using setOptions, and …

    …the grid reacts appropriately.
    Eric Miller committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    88f97db View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Merge pull request #3 from GerHobbelt/SACB-pincushion

    minimal augment of `handleSelectedRangesChanged()`: clip userland specif...
    Eric authored and Eric committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    93a8633 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. new public method getHeaderEls([idx]) gives you the column header e…

    …lement without querying the dom
    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    dc37764 View commit details
    Browse the repository at this point in the history
  2. New methods: getColumnIndexFromEvent and getColumnFromEvent let consu…

    …mers interact with slick grid dom without being bound to any classname or DOM structure particulars.
    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    913afb0 View commit details
    Browse the repository at this point in the history
  3. handleHeaderClick, onHeaderContextMenu fixed.

    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    0538680 View commit details
    Browse the repository at this point in the history
  4. example 4 logs slick grid events as they happen for education and tes…

    …ting. example 5 demonstrates fixed column resizing.
    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    1f092e9 View commit details
    Browse the repository at this point in the history
  5. Make absoluteColumnMinWidth a configurable option (that most folks wo…

    …n't need to configure)
    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    f905bfe View commit details
    Browse the repository at this point in the history
  6. Update the pinned canvas size while resizing columns

    Eric Miller committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    584d891 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Configuration menu
    Copy the full SHA
    910969c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127c40e View commit details
    Browse the repository at this point in the history
  3. Basic grouping works with and without pinned columns

    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    c509a33 View commit details
    Browse the repository at this point in the history
  4. slick grid example with a working, pinned totals row

    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    076f5a4 View commit details
    Browse the repository at this point in the history
  5. simplify grouping example

    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    0ed2a18 View commit details
    Browse the repository at this point in the history
  6. links to examples

    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    a996fbc View commit details
    Browse the repository at this point in the history
  7. in handleSelectedRangesChanged: Using getDataLength() instead, so w…

    …e support both dataView and static data sets.
    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    de0d505 View commit details
    Browse the repository at this point in the history
  8. Hiding focus state for grid regions correctly and reenabling some tes…

    …ted, classic slick grid examples
    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    a574b71 View commit details
    Browse the repository at this point in the history
  9. grid.getHeaderEl() Return the header element(s) that wrap all colum…

    …n headers
    Eric Miller committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    4c307b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. whitespace

    Eric Miller committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    29962e9 View commit details
    Browse the repository at this point in the history
  2. Support using setOptions to pin and unpin columns whenever you want. …

    …You can remove pinning by setting `pinnedColumn` to `null` or `undefined`.
    Eric Miller committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    911af13 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

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

Commits on Dec 8, 2014

  1. Removing working notes. simpler debug logs.

    Eric Miller committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    257069a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from SimpleAsCouldBe/pincushion

    Pincushion
    Eric authored and Eric committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    4ed9f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d640936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf38682 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Configuration menu
    Copy the full SHA
    9781783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4f4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e3eaf View commit details
    Browse the repository at this point in the history
  4. add getColumnNodeById(id)

    albertywu committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    6a05616 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Configuration menu
    Copy the full SHA
    d14d713 View commit details
    Browse the repository at this point in the history
  2. crossesPinnedArea: can't cross a boundary if there are 0 or 1 indices…

    …, or if columns aren't pinned
    albertywu committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    3030f76 View commit details
    Browse the repository at this point in the history
  3. fix logic bug

    albertywu committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    c580182 View commit details
    Browse the repository at this point in the history
  4. Fix .selected style and rename .copied style so spreadsheet example w…

    …orks
    Eric Miller committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    da1d9e8 View commit details
    Browse the repository at this point in the history
  5. All slick grid classic examples either enabled or commented out with …

    …an explanation of the break
    Eric Miller committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    476fec7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. new event 'onHeadersCreated' triggered whenever column headers and su…

    …b headers are rebuilt.
    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    caf4477 View commit details
    Browse the repository at this point in the history
  2. project info update

    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    1e62542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    244053a View commit details
    Browse the repository at this point in the history
  4. when calling scrollCellIntoView, don't do any X scrolling if the cell…

    … is pinned--we can assume those are always in view on that dimension.
    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    707d3dd View commit details
    Browse the repository at this point in the history
  5. silence console

    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    844b8fe View commit details
    Browse the repository at this point in the history
  6. active header cells shouldn't get colored

    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    8e5ad05 View commit details
    Browse the repository at this point in the history
  7. Support fullWidthRows with and without pinned columns

    Eric Miller committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    ba35622 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Configuration menu
    Copy the full SHA
    8d40bf2 View commit details
    Browse the repository at this point in the history
  2. new public method updateSubHeader(columnId) redraws a single subHeade…

    …r/headerRow cell
    Eric Miller committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    dbc83f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Support scrolling while the cursor is over either the left or right v…

    …iewport. We now listen to scroll events from both left and right and set the same value on both when a scroll happens. Had to change the overflow setting on the pinned area so that it would throw events. Hiding the scroll bar using css on the .pinned class makes this visually OK.
    Eric Miller committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    67db019 View commit details
    Browse the repository at this point in the history
  2. Translate mouse wheel events from the header onto the grid so you can…

    … scroll over that. Leverages `mousewheel`, which we understand is a non-standard event: https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent
    Eric Miller committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    9ea7225 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

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

Commits on Jan 27, 2015

  1. Merge pull request #5 from bcherny/master

    hide scrollbars on pinned columns
    Eric authored and Eric committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    957941f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. add antiscroll

    bcherny committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    b24ef3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from SimpleAsCouldBe/personal/bcherny/add-antis…

    …croll
    
    add antiscroll support
    bcherny committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    fe28e2b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

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