Hi,

I am using the Joget v3.0. Need to add some fields from assignments table in a datalist. But it allows me to only select a Form Data Binder.

Is there a way to query a table and populate the datalist with the data on it?

Thanks,

Sam

  • No labels

1 Comment

  1. There have been a few questions about this lately. Using the community version, I don't think so. At least not right out of the box. They do seem to offer this in the Enterprise Edition 

    You could write a Datalist Binder PluginPopulate Datalist with MySql Table fields, but it would require a little bit of work and knowledge of the source. You can download the source and use the existing FormDataBinder as an example. Alternatively, you could use a hash variable to get the current assignment information, but it won't be a list of all of the assignments...