[TIMOB-11592] Allow multiple rows to be added with insertRowBefore and insertRowAfter
| GitHub Issue | n/a |
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Davide Cassenti |
| Assignee | Unknown |
| Created | 2012-10-29T11:29:07.000+0000 |
| Updated | 2018-02-28T20:03:58.000+0000 |
Description
Feature description
Currently, only one at a time can be added using insertRowBefore or insertRowAfter in a TableView; it would be useful to have a way to add multiple rows in a single call, in order to avoid the latency due to the one-by-one insert.
Comments
JSON Source
No comments