Databars in datatables for timedeltas (visualizing durations)

I am playing around with the new databars for dash datatables (https://dash.plotly.com/datatable/conditional-formatting) and I wanted to implement these databars as well for a datatable that contains a column with event durations, represented by timedeltas. My intent is to enhance the visualisation of these durations by adding databars. I might be missing something, but it seems like the datatable and the filter_query are currently not supporting this feature yet. Has anyone else tried this before?