SmartClient V13.0p-2023-07-13

Released: Jul 13, 2023

Atualizações na V13.0p-2023-07-13

Recursos

  • Added new ResultSet attribute "rememberDynamicProgressiveLoading". When set to true if the ResultSet receives a dsResponse for a fetch request where progressiveLoading is marked as being true, subsequent fetches to fill in other rows will explicitly request progressiveLoading:true as long as criteria are unchanged and the resultSet cache is not invalidated. This allows the server to avoid some potentially expensive row-count queries serving records from a data set where the ds.progressiveLoadingThreshold was hit.
  • Added new DSResponse attribute "estimatedTotalRows" for use with progressive loading. This allows server side logic to give client side code a hint for the true size of the data-set when progressiveLoading is enabled, and so the dsResponse.totalRows indicates a simple lower-bound.