* Gets a collection of all items in a grid. * * @return {HTMLCollection} * @private
()
| 91 | * @private |
| 92 | */ |
| 93 | items () { |
| 94 | return this.container.children; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Calculates the width of a column. |
no outgoing calls
no test coverage detected