I have a problem with linking on_select to an ID that is in the database
Let me explain: there is an application that searches for data from a database. When information lines are displayed, you can select one of the presented lines. BUT the on_select keys are numbered sequentially from 0 when rendered, and the IDs may be different after sorting by search (for example: 0,3,8,13…)
Any ideas on how to fix this?