Skip to content

Wrong ordering of table rows when adding new #3241

Closed
@alg

Description

@alg

Gents,

I'm having a simple single column table with rows coming from a simple list. The last row of the table is the link to add another row with some default content through the callback to the list component. Expected that the last "add new row" static row remains the last and the new row is added prior to it. In practice, the new row is added after the static row. Here's the gist of it:

http://jsbin.com/lahuda/1/edit?html,output

If I'm using DIVs instead of the table, it all works fine. I tried using keys with the key with "z" as a value being assigned to the static row and the rest having lexically lower values to no success.

Sounds like a bug to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions