Hi, I have a need to display a table on a form as part of the standard forms displayed for instances. Historically, I have used dash:ValueTableViewer for this purpose. However, in this case, this will not work because the contents of each column are calculated separately and thus relationships cannot be displayed correctly. What I need is effectively a stylized SPARQL results table.
Thus, I need a way to create such a table and have it appear as the value of a property shape. My current thought is to use ADS to execute a SPARQL query to gather the data, map the bindings into a table with desired styling, and finally, return HTML from the script for display on the form using something like graph.html(). The property shape would have a datatype of HTML. Does this sound like an effective strategy? If so, is there a javascript table object in EDG that I can use? Thank you in advance for your insight! Tim -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CAF0WbnJ%3DzMBxavBfCjNNvBvWOHRNK3gVUXRJx2eEbGNxnm%3DQSw%40mail.gmail.com.
