I'm working on an application which resides in a sandbox so I'm not able to create the project over here.
But the issue I'm facing is that no matter what I have tried for the past couple of weeks I am not able to get the DataTable to select the rows automatically when I make selections on my Leaflet map.
I'm able to update the DataTable values for what is selected. But, the UI will not automatically show those rows as selected until I mouse over the table itself.
I have even tried at the suggestion of another post setting the focus on the div by adding in a tabindex value for the div that houses the data table, as well as setting and confirming all values are correct in value and type for what gets set for the bound var for the datatable.
Anyone have a stackblitz site or something that actually uses two disparate components that can update each other with use of the DataTable and it auto sets the highlighted row?
I'm dying here.