Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:options [2013/05/13 15:14]
admin
wiki:options [2018/02/02 20:50] (current)
admin
Line 1: Line 1:
 ~~DISCUSSION~~ ~~DISCUSSION~~
-~~ODT~~ 
 ====== Options ====== ====== Options ======
  
Line 82: Line 81:
 |multiselect|boolean| If this flag is set to ''​true''​ a multi selection of rows is enabled. A new column at left side containing checkboxes is added. Can be used with any datatype option. |false| No. see HOWTO| |multiselect|boolean| If this flag is set to ''​true''​ a multi selection of rows is enabled. A new column at left side containing checkboxes is added. Can be used with any datatype option. |false| No. see HOWTO|
 |multiselectWidth|integer| Determines the width of the checkbox column created when the ''​multiselect''​ option is enabled. |20|No| |multiselectWidth|integer| Determines the width of the checkbox column created when the ''​multiselect''​ option is enabled. |20|No|
-|multiSort|boolean|If set to true enables the multisorting. The options work if the datatype is local. In case when the data is obtained from the server the //sidx// parameter contain the order clause. It is a comma separated string in format field1 asc, field2 desc ..., fieldN. Note that the last field does not not have asc or desc. It should be obtained from sord parameter \\ When the option is true the behavioo ​is a s follow. The first click of the header field sort the field depending on the firstsortoption parameter in colModel or sortorder grid parameter. The next click sort it the reverse order. The third click removes the selection|false|Yes|+|multiSort|boolean|If set to true enables the multisorting. The options work if the datatype is local. In case when the data is obtained from the server the //sidx// parameter contain the order clause. It is a comma separated string in format field1 asc, field2 desc ..., fieldN. Note that the last field does not not have asc or desc. It should be obtained from sord parameter \\ When the option is true the behavior ​is a s follow. The first click of the header field sort the field depending on the firstsortoption parameter in colModel or sortorder grid parameter. The next click sort it in reverse order. The third click removes the sorting from this field|false|Yes|
 |page|integer| Set the initial page number when we make the request.This parameter is passed to the url for use by the server routine retrieving the data. |1|Yes| |page|integer| Set the initial page number when we make the request.This parameter is passed to the url for use by the server routine retrieving the data. |1|Yes|
 |pager|mixed| Defines that we want to use a pager bar to navigate through the records. This must be a valid HTML element; in our example we gave the div the id of "​pager",​ but any name is acceptable. Note that the navigation layer (the "​pager"​ div) can be positioned anywhere you want, determined by your HTML; in our example we specified that the pager will appear after the  body layer. The valid settings can be (in the context of our example) ''​pager'',​ ''#​pager'',​ ''​jQuery('#​pager'​)''​. I recommend to use the second one - ''#​pager''​. See [[Pager]]|empty string. <​del>​Currently only one pagebar is possible.</​del>​|No| |pager|mixed| Defines that we want to use a pager bar to navigate through the records. This must be a valid HTML element; in our example we gave the div the id of "​pager",​ but any name is acceptable. Note that the navigation layer (the "​pager"​ div) can be positioned anywhere you want, determined by your HTML; in our example we specified that the pager will appear after the  body layer. The valid settings can be (in the context of our example) ''​pager'',​ ''#​pager'',​ ''​jQuery('#​pager'​)''​. I recommend to use the second one - ''#​pager''​. See [[Pager]]|empty string. <​del>​Currently only one pagebar is possible.</​del>​|No|
Line 103: Line 102:
 |savedRow|array| This is a readonly property and is used in inline and cell editing modules to store the data, before editing the row or cell. See [[Cell Editing]] and [[Inline Editing]]. |empty array|No| |savedRow|array| This is a readonly property and is used in inline and cell editing modules to store the data, before editing the row or cell. See [[Cell Editing]] and [[Inline Editing]]. |empty array|No|
 |<​del>​searchdata</​del>​|<​del>​array {}</​del>​|<​del>​This property contain the searched data in pair name:​value.</​del>​|<​del>​empty array{}</​del>​|<​del>​Yes</​del>​| |<​del>​searchdata</​del>​|<​del>​array {}</​del>​|<​del>​This property contain the searched data in pair name:​value.</​del>​|<​del>​empty array{}</​del>​|<​del>​Yes</​del>​|
-|scroll|boolean or \\ integer|Creates dynamic scrolling grids. When enabled, the pager elements are disabled and we can use the vertical scrollbar to load data. When set to ''​true''​ the grid will always hold all the items from the start through to the latest point ever visited. \\ When ''​scroll''​ is set to an integer value  (example 1), the grid will just hold the visible lines. This allow us to load the data in portions whitout caring about memory leaks. In addition to this we have an optional extension to the server protocol: ''​npage''​ (see ''​prmNames''​ array). If you set the npage option in ''​prmNames'',​ then the grid will sometimes request more than one page at a time; if not, it will just perform multiple GET requests. |false|No|+|scroll|boolean or \\ integer|Creates dynamic scrolling grids. When enabled, the pager elements are disabled and we can use the vertical scrollbar to load data. When set to ''​true''​ the grid will always hold all the items from the start through to the latest point ever visited. \\ When ''​scroll''​ is set to an integer value  (example 1), the grid will just hold the visible lines. This allow us to load the data in portions whitout caring about memory leaks. In addition to this we have an optional extension to the server protocol: ''​npage''​ (see ''​prmNames''​ array). If you set the npage option in ''​prmNames'',​ then the grid will sometimes request more than one page at a time; if not, it will just perform multiple GET requests. \\ Note that this option is not compatible when a grid parameter **height** is set to ''​auto''​ or ''​100%''​. |false|No|
 |scrollOffset|integer| Determines the width of the vertical scrollbar. Since different browsers interpret this width differently (and it is difficult to calculate it in all browsers) this can be changed. |18|No.Method avail.| |scrollOffset|integer| Determines the width of the vertical scrollbar. Since different browsers interpret this width differently (and it is difficult to calculate it in all browsers) this can be changed. |18|No.Method avail.|
 |scrollTimeout|integer \\ (milliseconds)| This controls the timeout handler when ''​scroll''​ is set to 1. |200|Yes| |scrollTimeout|integer \\ (milliseconds)| This controls the timeout handler when ''​scroll''​ is set to 1. |200|Yes|
Line 146: Line 145:
 <​head>​ <​head>​
 <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ /> <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ />
 +<meta http-equiv="​X-UA-Compatible"​ content="​IE=edge"​ />
 <​title>​My First Grid</​title>​ <​title>​My First Grid</​title>​
   ​   ​
Line 190: Line 190:
 <​head>​ <​head>​
 <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ /> <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ />
 +<meta http-equiv="​X-UA-Compatible"​ content="​IE=edge"​ />
 <​title>​My First Grid</​title>​ <​title>​My First Grid</​title>​
   ​   ​

QR Code
QR Code wiki:options (generated for current page)