you would have to override the executeQuery() of the SalesTable datasource
after the super add the following:
this.query().dataSourceTable( tableNum(SalesTable) ).addSortField( fieldnum(SalesTable, CreatedDateTime), SortOrder::Ascending );
you would have to override the executeQuery() of the SalesTable datasource
after the super add the following:
this.query().dataSourceTable( tableNum(SalesTable) ).addSortField( fieldnum(SalesTable, CreatedDateTime), SortOrder::Ascending );
after the super add the following:
this.query().dataSourceTable( tableNum(SalesTable) ).addSortField( fieldnum(SalesTable, CreatedDateTime), SortOrder::Ascending );
you would have to override the executeQuery() of the SalesTable datasource
after the super add the following:
this.query().dataSourceTable( tableNum(SalesTable) ).addSortField( fieldnum(SalesTable, CreatedDateTime), SortOrder::Ascending );