Adding "Name contains" search bar to Column Dialog form in JSL.
Hello,I was wondering if there was a straightforward way to add search capability to the Column Dialog form within JSL, similar to the functionality within the red triangles of all platform column selections.My very basic code skeleton works but I would like to add the search bar:Column Dialog(y_col = Col List( "Y Variable", Max Col( 1 ) ),x_col = Col List( "X Variable", Max Col( 1 ) ),);Thank you...
