I will have many jqGrid tables at my application. However it is not easy to write every configuration of it again and again
(i.e.
viewrecords: true,
sortorder: "desc",
multiselect: true,
multiboxonly: true,
)
How can I instruct a basic grid and extend and overwrite its configurations from other grids to have less code?