How to get data selected by Data Filter () into a new data table (using JSL)?
I know how to do this interactively but how do to get data selected by Data Filter () from a parent data-table into a new (subset) data table via JSL? I also need the new subset data-table to be created newly (closing the old subset) or the old one refreshed (if this possible) as the selection changes in the data filter.Would putting the data filter () inside a modal window work or is there a bett...