-
Goal: scroll to / select row on key
-
Steps: when using a string for a key value, get error notification
-
Details: row key expects a number | void type when the table primary key is a text type
1 Like
Hi @kietay, and welcome to the forum,
This seems to be a bug in the notification which I think it shouldn't impact functionality.
Is it not working when the cell is clicked?
Oh it's actually working from debug console, mine isn't working as I have to also navigate to the tab where the table is. I'm guessing that's resetting the item to the first ind?
Yeah, so event handlers impacting tables will not work unless the table is visible, so you should run a script where you first navigate to the tab, set a timeout and then trigger your scroll to row event.
More on the mentioned bug here
Got it - thanks!