Create an interactive HTML table with panel widgets inside

Hi @ItamarShDev

You might build a “table” using the gridspec or gridbox. This will work if your table is not very large.

Something more performant but less dynamic would be a custom Template.

An alternative approach is to use the upcoming Tabulator widget you can define editors like checkboxes, dropdown etc. and get the changes back.

Another alternative approach would be the get the Templated HTML Model PR finalized. There you could really define a HTML model of a table with Panel widgets.