Giving ids to table filtration cells to enable focus in dash_table

Hi
I wanted to be able to put the focus on a particular filtration cell when the table first appears but I can’t seem to find an id for these when the layout is produced. Is it or would it be possible to add ids to these cells so that focus can be applied to them? Perhaps something systematic like the table_id +“filter” + col_number would do the trick.

Any other way to achive this is would be appreciated too!

cheers

M