Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

feat(table component): columns resizing, reordering, sorting and rows selecting - #7

Open
dmitryueno wants to merge 29 commits into
masterfrom
table-component-additional
Open

feat(table component): columns resizing, reordering, sorting and rows selecting#7
dmitryueno wants to merge 29 commits into
masterfrom
table-component-additional

Conversation

@dmitryueno

Copy link
Copy Markdown
Collaborator

Table component columns resizing, reordering, sorting and rows selecting features implementation

re https://github.com/MyPureCloud/genesys-webcomponents/issues/6

@Klimonov Klimonov left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

MattCheely and others added 11 commits September 16, 2020 16:08
Dropdown options loaded asynchronously were failing to have event handlers attached because the
handlers were set on individual elements during the elment bootstrap lifecyle. This switches event
handling to a delegation pattern, where all of the events are handled in a parent element and their
origin is checked in order to see how they should be handled.

COMUI-255
exporting common color variables for use in client apps

COMUI-194
feat(color-styles): exporting common color variables
fix(gux-dropdown): better handle asynchronously loaded options
fix(doc-site): fix the sort order of components
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants