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

Issue with azure-devops-ui #9

Open
jhandel opened this issue Apr 5, 2019 · 2 comments
Open

Issue with azure-devops-ui #9

jhandel opened this issue Apr 5, 2019 · 2 comments

Comments

@jhandel
Copy link

jhandel commented Apr 5, 2019

I am going to submit this here because there is no public repo for azure-devops-ui to submit to and there is no contact on the docs page (https://azdevui.azureedge.net/)..

Tables with checkboxes do not work with multiple tables in the same module. Checking items seems to do random things..

Here is a sandbox example of the broken behavior:
https://codesandbox.io/embed/x9wy96nm5p

@ranavale
Copy link

I couldn't find the documentation or example for table with checkbox and actions to track the current selected row (when the row is selected by clicking the checkbox of the table row)

@gitnubster
Copy link

I think the tableItems are not unique or sharing event handlers or something like that.
When you clone the checkboxColumns constant in TableData.tsx, and name it checkboxColumns2 for example... then import+use it in the 2nd Table in example.tsx. Then it seems to work. Something to do with observables (non educated guess)?

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

No branches or pull requests

3 participants