I am creating an app which loads a dataframe and finds similar text values from another dataframe. It returns a new column in the loaded dataframe with a list of the found text values. For the user to select the right value, i want the cell to be a dropdown. Does anyone know if this is possible?
Hi @Shawn_Pereira thanks for the reply.
Instead of using the values like dropdownlst = (‘A’, ‘B’, ‘C’), i want those values in the drop down to be my list. The list is different per cell, do you know if that’s a possibility in the current build?
So for example i want the values in the column ‘matches’ to be a drop down instead of all in 1 cell
Aaah, now I understand. You want the text in the matches column to be the data for the drop down, to appear in the posting_id column, a dynamic drop-down for each row.
It could possibly be done internally with JavaScript using aggrid.
Will have to try it out. Will do so first thing tomorrow morning.