(
+
+
+
+
+
+
+ Generation
+
+
+
+
+
+
+
+
+
+
+
+ Application
+
+
+
+
+
+
+
+
+
+
+ This file overwrote more recent resources.
+
+
+
+
+
+ ),
+ }}
+ localization={i18n.materialTableLocalization}
+ icons={rpoInfoIcons.table}
+ columns={rows.length ? columns : []}
+ data={rows}
+ options={{
+ searchFieldAlignment: "left",
+ searchFieldStyle: { marginLeft: "-16px" },
+ showTextRowsSelected: false,
+ emptyRowsWhenPaging: false,
+ pageSize: pageSize,
+ pageSizeOptions: [10, 50, 100],
+ paginationType: "normal",
+ thirdSortClick: true,
+ selection: false,
+ grouping: false,
+ filtering: filtering,
+ exportButton: false,
+ padding: "dense",
+ actionsColumnIndex: 0,
+ columnsButton: false,
+ sorting: true,
+ showTitle: false,
+ toolbarButtonAlignment: "right",
+ }}
+ actions={actions}
+ onChangeRowsPerPage={(value) => doChangeRowsPerPage(value)}
+ onOrderChange={(orderBy, direction) =>
+ doOrderChange(orderBy, direction)
+ }
+ />
+