Quote from
Gaev on September 25, 2021, 2:01 am
@xojo
I did not saw how to populate a neotable Listbox from a database
The Tutorial I did for @luishp was all about displaying the contents of a json object as a (spreadsheet like) table of rows and columns.
1) I did not address using a database as the source of the content (I believe the database access in VisualNEOWeb was developed much later).
2) Assuming that you already know (from other Tutorials) how to access contents of a database in json format, are you wanting to populate the cell of a (spreadsheet like) table with a ListBox from which the user can pick an item ? ... if so, I do not believe the underlying Bootstrap Table offers such a facility ... while not impossible, it would require a lot of native javascript code to do this.
@xojo
I did not saw how to populate a neotable Listbox from a database
The Tutorial I did for @luishp was all about displaying the contents of a json object as a (spreadsheet like) table of rows and columns.
1) I did not address using a database as the source of the content (I believe the database access in VisualNEOWeb was developed much later).
2) Assuming that you already know (from other Tutorials) how to access contents of a database in json format, are you wanting to populate the cell of a (spreadsheet like) table with a ListBox from which the user can pick an item ? ... if so, I do not believe the underlying Bootstrap Table offers such a facility ... while not impossible, it would require a lot of native javascript code to do this.