You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: