tag which is a base for the grid
- caption: collectionGrid.data('collectionTitle'),
+ caption: "Questions",
datatype: "xml",
+ // data comes from data-collection-* attributes of
tag which is a base for the grid
url: "qb/collection/getCollectionGridData.do?showUsage=true&collectionUid=" + collectionGrid.data('collectionUid'),
height: "100%",
autowidth:true,
@@ -73,6 +73,8 @@
pager: true,
rowList:[10,20,30,40,50,100],
rowNum: 10,
+ viewrecords: true,
+ recordpos: "left",
colNames:[
"ID",
"Name",
@@ -199,43 +201,28 @@
+
-
-
-
-
- <%-- Build collection title with its name, question count, optional "private" flag and edit button --%>
-
-
- (${questionCount} questions)
-
- Private
-
-
- <%-- jqGrid placeholder with some useful attributes --%>
-