Global Object holding general functions for data processing
Methods
-
staticotris.gadget.util.DataUtils.getTableData(myFRS, myFields, start, limit)
-
Returns an data object to use with an ExtTable based on a FileResultSet (Useful for displaying lists of Files in an ExtTable Element).
Name Type Description myFRSFileResultSet the fileresultset where the files should be retrieved from
myFieldsArray.<string> an array of fieldnames to display in the table (set null for all fields)
startnumber the starting row of the resultset (optional)
limitnumber the amount of rows that should be retrieved from the resultset (optional)