You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,17 +237,13 @@ GridAdapter object (along with ColumnAdapter objects) provides methods and prope
237
237
238
238
* Property `columns` - returns a ColumnAdapters collection to be used to control the scrollable grid layout. The columns are listed in the same order as they appear in the browser.
239
239
240
-
`GridAdapter` implements the following methods:
240
+
`GridAdapter`object implements the following methods:
241
241
242
242
* Method `getLayout()` - returns an object describing current scrollable grid layout.
243
243
* Method `applyLayout(layout)` - restores scrollabel grid layout to the state as defined by the object passed as the parameter
244
244
* Method `columnFromPoint(x,y)` - returns if the coordinates belong to a scrollable grid column returns the appropriate ColumnAdapter object. Otherwise it returns `undefined`.
245
245
246
-
`ColumnAdapter` object implements the following properties:
247
-
248
-
* Property `columns` - returns a ColumnAdapters collection to be used to control the scrollable grid layout. The columns are listed in the same order as they appear in the browser.
249
-
250
-
`ColumnAdapter` implements the following methods:
246
+
`ColumnAdapter` object implements the following methods:
251
247
252
248
* Method `css(name, value)` - sets the css property `name` to `value` for the column header as well as for the column cells.
253
249
* Method `moveBefore(column)` - moves the column in front of the column refrenced by the parameter. If the parameter is null the column will become the rightmost column.
0 commit comments