Closed
Description
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
Labels
No labels