eclipsesource / eclipsesource/tabris-js
Introduce prepend() and prependTo()
Open
feature
js
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
Currently it is not possible to prepend one or more widgets to a container other than calling `insertBefore()` on its first child.
### Expected behavior
`prepend()` and `prependTo()` could be implemented analogically to `append()` and `appendTo()`.
Contributor guide
Assessment
This issue has not been assessed yet.