BasicUI data tables with data values or other custom HTML?

Hi, is it possible to display a table in BasicUI, using for example material design data tables (https://material.io/guidelines/components/data-tables.html)

I like the interface when I want simple switches, but in this case I have some data, that I want to show in a compact format.

I believe I can create custom HTML and CSS in /etc/openhab2/html/ and include it using Webview url="/static/custom.html" in a sitemap.

But is there any way to include dynamic variables that will update just like the regular sitemap data?

Or do I need to code a custom UI, that collects data using the same method as BasicUI?

Thanks!

BasicUI is just that, basic. If you need custom, you need to look at HABPanel.