Perspective Table Data and Columns Config from Datasets

When using the JSON return format in a Named Query, the column order and original column datatypes are lost. You can move a Named Query binding to a custom property of the component or view, then use this simple iteration expression to deliver the jsonified content to the table:

Binding on props.data
forEach(
	{path.to.source.dataset.prop},
	asMap(it())
)
Features Employed

Revision #1
Created 14 April 2025 22:36:41 by Michael Flagler
Updated 14 April 2025 22:41:23 by Michael Flagler