i am trying to make a list with 3 colums that stay together like a table.
i found a extension to do so dentritas-table that works with webvieuw.
but it does not work. please help me.
i followed this tutorial: Hoe naar Scherm gegevens in Tafel Formaat in MIT App Uitvinder 2 - YouTube
this is the blocks and the error i get.
TIMAI2
October 19, 2023, 1:16pm
2
The extension is out of date with current file pathways.
Suggest you use Tableviewer instead
thank you tim for your help, but i only want to make a list with 2 colums that can be filled by the user. everything i find is to much for this goal.
is there any way to make the listdata option filled by a button?
its important that the list can be filled by the user.
TIMAI2
October 20, 2023, 2:18pm
4
If you want an editable table in a webviewer:
1 Like
The editable table in WebViewer is one of Taifun's Paid extensions.
Tim's link points to is not free.
This might be an alternative to your desire for an editable table that is free.
Herewith an aia project example using the Tableviewer extension (credits @Kevinkun !!)
tvEditable.aia (31.1 KB)
Notes:
I set some source data which should represent the query output from sqlite, including the record id. This is needed for writing back an updated record, or deleting a record from the sqlite table. I have not handled this part, but include procedures where additional sqlite blocks can be used.
the source data is tidied up for the table data, removing the id and adding the two …
Taifun
October 20, 2023, 5:21pm
6
Well, it is not an extension, but it is a paid html example... and as it is already a few years old it might need an update...
@scavenger_Hunt Let me know if you are interested in this
Taifun