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

Data selection in DataTable with more than 10 entries and sigmajs faulty #148

Open
Famondir opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@Famondir
Copy link

Hello everyone,
I don't real know where my issue belongs (crosstalk, DataTable or sigmajs) but I found that using crosstalk with sigmajs and DataTable does not work correct. You can observe the odd behaviour in the official crosstalk demo at sigmajs.

If you select an entry with an id greater than 9 you will get a wrong node selected. For row 10-19 it selects row 1, for row 20-29 row 2 and so on. When you select a node (e. g. wit id 27) it will select row 2 and 7. Using labels as id leads to even more erratic behaviour.

I also opened an issue in the sigmajs repo. I feel that this issue is related to this one because it seems that only the first character of the id is used somehow.

Sincerely Simon

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

1 participant