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

fix(platform): fdp-table Enhance the <fdp-table-p13-dialog [table]="table"> component to emit an event with the selected column #12430

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 16, 2024

  1. fix(platform): fdp-table sorting visible columns state get lost

    closes (#12293)[#12293]
    
    ## Description
    - Enhance the <fdp-table-p13-dialog [table]="table"></fdp-table-p13-dialog> component to emit an event with the selected column details when the OK button is clicked in the dialog.
    - This allows the application to subscribe to this event and persist the user’s selected columns.
    khotcholava committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ef500d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix(platform): fdp-table sorting visible columns state get lost

    closes [#12430](#12430)
    
    ## Description
    - Renamed event emitter name
    khotcholavaSuzy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    89cd356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341e7f4 View commit details
    Browse the repository at this point in the history