mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Generated rows for a table need to land in the tbody
so make UITable.update align with this.
follow-up to 2da63d766a
The mentioned commit restructured tables. Update sorting
to align with this. Otherwise window.requestAnimationFrame
puts sorted rows in the table element.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>