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

feat(igxPivotGrid): Implement horizontal row layout for Pivot Grid. #14347

Merged
merged 40 commits into from
Jul 9, 2024

Commits on Jun 5, 2024

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

Commits on Jun 7, 2024

  1. feat(pivotGrid): Add navigation for row headers and wrap around to co…

    …lumn headers and back.
    skrustev committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    477cf70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81141ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed8b08 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 17, 2024

  1. chore(*): Add basic test and test structure.

    MKirova authored and MKirova committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1b0afac View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. chore(*): Add more pivot tests.

    MKirova authored and MKirova committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    328fd98 View commit details
    Browse the repository at this point in the history
  2. chore(*): Add more pivot tests.

    MKirova authored and MKirova committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5c02c8d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9091492 View commit details
    Browse the repository at this point in the history
  2. fix(igxPivotGrid): Fix sorting for horizontal row mode.

    MKirova authored and MKirova committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ce59c0b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #14415 from IgniteUI/mkirova/pivot-horizontal-rows…

    …-sorting
    
    fix(igxPivotGrid): Fix sorting for horizontal row mode.
    skrustev authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f7bda47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14410 from IgniteUI/mkirova/pivot-horizontal-rows…

    …-tests
    
    Add horizontal layout test for the pivot.
    skrustev authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a6c72b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    097c8fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d884312 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix(pivotGrid): Fix pivot dataRebinding change triggering extra detec…

    …tChange interfering with proper data change.
    skrustev committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cb575bf View commit details
    Browse the repository at this point in the history
  2. fix(pivotGrid): Remove horizontal headers extra border and fix desync…

    … between tbody and headers.
    skrustev committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f0a72af View commit details
    Browse the repository at this point in the history
  3. fir(pivotGrid): Add pipeTrigger when row heights are changed, so hori…

    …zontal row mrl rows can recalc their size.
    skrustev committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5b55713 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3a36e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdeb976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b18e28 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    ab419a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9711ee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48374c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3380de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7c4fd7 View commit details
    Browse the repository at this point in the history
  6. fix(pivotGrid): Refactor pivot navigation a bit in order to scroll to…

    … merged cells for horizontal layout.
    skrustev committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    01c0c77 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0123126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a005d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14412 from IgniteUI/iminchev/fix-row-dimension-nav

    fix(pivotGrid): row dimension kb nav
    skrustev authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2d50f68 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    b9aa4d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054166d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d65da5 View commit details
    Browse the repository at this point in the history
  4. fix(pivotGrid): Change how horizontal cell width is initally calculat…

    …ed for auto size.
    
    Try to also mitigate row headers auto width not calculated correctly on clean load.
    skrustev committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a2c5097 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14379 from IgniteUI/iminchev/pivot-row-header-kb-…

    …sorting
    
    feat(pivotGrid): row dimension header sort with kb interaction
    skrustev authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cea46eb View commit details
    Browse the repository at this point in the history
  6. fix(pivotGrid): Set sort index on afterViewInit in case header is ren…

    …dered after already sorted on load/expand.
    skrustev committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    78ee49e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    667aadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfe628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182958e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore(*): Update changelog.

    skrustev committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fd6fd2f View commit details
    Browse the repository at this point in the history