Hi there,
I have a table with records coming from the db. There's a column with a file name and another with the file content.
I want to add a row action that opens a file picker for the user to choose a pdf file. When they choose it and accept, I want to trigger a query to store the file in the db and update the table.
Can you help me out?
Thanks