jqgrid_utils 1.3.8 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/_README.md +2 -4
- package/dist/jqgrid_utils.js +5 -5
- package/jqgrid_utils.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
package/_README.md
CHANGED
package/dist/jqgrid_utils.js
CHANGED
|
@@ -137,11 +137,11 @@ console.log(_data);
|
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
* Hide a col_model column before load the grid
|
|
140
|
-
@alias module:Jqgrid_utils
|
|
141
|
-
@param {object} - col_model of the grid
|
|
142
|
-
@param {string} - name of the column to hide
|
|
143
|
-
@returns {object} col_model
|
|
144
|
-
@example
|
|
140
|
+
* @alias module:Jqgrid_utils
|
|
141
|
+
* @param {object} - col_model of the grid
|
|
142
|
+
* @param {string} - name of the column to hide
|
|
143
|
+
* @returns {object} col_model
|
|
144
|
+
* @example
|
|
145
145
|
if(filter['_filter'] == 'ch_p_higher_ch_plus_10pc')
|
|
146
146
|
{
|
|
147
147
|
col_model = await jqu.hide_column(col_model,'wholesale');
|
package/jqgrid_utils.js
CHANGED
|
@@ -136,11 +136,11 @@ console.log(_data);
|
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
138
|
* Hide a col_model column before load the grid
|
|
139
|
-
@alias module:Jqgrid_utils
|
|
140
|
-
@param {object} - col_model of the grid
|
|
141
|
-
@param {string} - name of the column to hide
|
|
142
|
-
@returns {object} col_model
|
|
143
|
-
@example
|
|
139
|
+
* @alias module:Jqgrid_utils
|
|
140
|
+
* @param {object} - col_model of the grid
|
|
141
|
+
* @param {string} - name of the column to hide
|
|
142
|
+
* @returns {object} col_model
|
|
143
|
+
* @example
|
|
144
144
|
if(filter['_filter'] == 'ch_p_higher_ch_plus_10pc')
|
|
145
145
|
{
|
|
146
146
|
col_model = await jqu.hide_column(col_model,'wholesale');
|
package/package.json
CHANGED