Total Records are not been updated in jqxgrid table . Here is the sample source ,
let source = {
localData: artsTableData,
datatype: "array",
datafields: [
{ name: "ART_ID", type: "string" },
{ name: "ART_Type", type: "string" },
{ name: "Decoration_Type", type: "string" },
{ name: "Placement", type: "string" },
{ name: "Gender", type: "string" },
{ name: "Category", type: "string" },
{ name: "Date_Entered", type: "date", cellsformat: "yyyy/MM/dd" },
{ name: "Season", type: "string" },
{ name: "Description", type: "string" },
{ name: "Image_Path", type: "string" },
],
record: "ART_ID",
id: "ART_ID",
async: true,
totalrecords: 200,
};