Skip to content
This repository has been 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
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

dmitryueno
Copy link
Collaborator

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

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

Copy link
Collaborator

@Klimonov Klimonov left a comment

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