It could be nice if addClassNames could return the element itself. `btnCreate = row.appendChild(new Button('CREATE')).addClassNames('col-lg-3');`
It could be nice if addClassNames could return the element itself.
btnCreate = row.appendChild(new Button('CREATE')).addClassNames('col-lg-3');