Got a major (to me) bug on the newest table component.
If you use .selectRow() to clear the row selections, you cannot then select a row after words.
This only affects tables with Multiple selection mode.
Steps to reproduce:
- Add a new table component.
- Change to Multiple Selection
- Create JS query that runs the code:
table1.selectRow()
- Select multiple rows.
- Run query
- Try and select more rows - you cannot.
yogi
#2
@bradlymathews could you upload an app export? I can't seem to reproduce the bug with these steps.
Also another question, what happens if you try doing table1.selectRow(null)
Yup, here you go:
I had tried the selectRow(null)
as well, same effect.
Edit:
I also just tried it in Firefox in case it was some Chrome screwup. No joy.
yogi
#4
Okay I'm able to reproduce - I'll try to get a fix out ASAP thank you!
2 Likes
yogi
#5
@bradlymathews the fix has gone out - could you let us know if you see that on your end?
1 Like
Yup, bug squashed.
Thanks for the quick turn around - that was the last thing, we can go live on this app now!