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(components/ag-grid): add inline help support #595

Closed
wants to merge 10 commits into from

Conversation

johnhwhite
Copy link
Member

@johnhwhite johnhwhite commented Sep 29, 2022

@johnhwhite johnhwhite self-assigned this Sep 29, 2022
@nx-cloud
Copy link

nx-cloud bot commented Sep 29, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 47def50. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 26 targets

Sent with 💌 from NxCloud.

@johnhwhite johnhwhite marked this pull request as draft September 29, 2022 11:23
@johnhwhite johnhwhite marked this pull request as draft September 29, 2022 11:23
@johnhwhite johnhwhite marked this pull request as ready for review September 29, 2022 20:07
</button>
</ng-template>
<span *ngIf="componentPortal" class="sky-control-help-container">
<ng-container [cdkPortalOutlet]="componentPortal"></ng-container>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat.

@@ -183,7 +185,7 @@ export class SkyAgGridService implements OnDestroy {
defaultGridOptions: GridOptions,
providedGridOptions: GridOptions
): GridOptions {
const mergedGridOptions = {
const mergedGridOptions: GridOptions = {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good change.

this.sortOrder$.next(this.params.column.getSort() || undefined);
}

#updateSortIndex() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️ All of these methods need return types.

@johnhwhite
Copy link
Member Author

Moving to Sky UX 7.

@johnhwhite johnhwhite closed this Oct 10, 2022
@Blackbaud-TrevorBurch Blackbaud-TrevorBurch deleted the ag-grid-inline-help branch July 2, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants