move to iife rather than es, add support for Wx and streamlit

This commit is contained in:
louisnw
2024-05-29 19:01:48 +01:00
parent c518cb335b
commit 8ff980abfc
20 changed files with 808 additions and 97 deletions

View File

@ -97,7 +97,7 @@ class Table(Pane, dict):
self.return_clicked_cells = return_clicked_cells
self.run_script(f'''
{self.id} = new Table(
{self.id} = new Lib.Table(
{width},
{height},
{list(headings)},