Skip to content

Commit 28a0174

Browse files
committed
Update README.md
1 parent ed09f91 commit 28a0174

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,17 +237,13 @@ GridAdapter object (along with ColumnAdapter objects) provides methods and prope
237237

238238
* 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.
239239

240-
`GridAdapter` implements the following methods:
240+
`GridAdapter` object implements the following methods:
241241

242242
* Method `getLayout()` - returns an object describing current scrollable grid layout.
243243
* Method `applyLayout(layout)` - restores scrollabel grid layout to the state as defined by the object passed as the parameter
244244
* Method `columnFromPoint(x,y)` - returns if the coordinates belong to a scrollable grid column returns the appropriate ColumnAdapter object. Otherwise it returns `undefined`.
245245

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:
251247

252248
* Method `css(name, value)` - sets the css property `name` to `value` for the column header as well as for the column cells.
253249
* 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

Comments
 (0)