Appearance
js
table: {
instance: *ref_to_table_api,
state: *ref_to_table_store,
requery: *ref_to_requery_table_function,
}The requery function supports two optional parameters:
js
requery(recalculateRowCount, enableLoadingFeedback)- recalculateRowCount: When
true, forces a row count recalculation. (default:false) - enableLoadingFeedback: When
false, disables the spinner and progress bar. (default:true)
