I need help in table row filtering!

Hi,
my issue is, i have a data set table of 5 users each of them has own parameters like title,name,image, etc… what i want do is to pic one of them"not the first one" and send the data to my home page, so what i need to know the id of that row to make the filter to it,
my Database name is: new11
any ideas?

Hi.

You can use the “itemId” key of the TableRowEvent context. To learn more, check out our API here .

Good luck!

Thanks Sam Eru, i will check it out soon and write down my feedback :slight_smile: