Creating dynamic and editable rows and columns in perspective

hi,
i have an requirement of developing dynamic rows and columns in perspective . Also it should be editable.
any suggestions?
thank you.

Use a table or a text field view in a flex repeater.

You can also use a table to display custom views as well. It’s a big strange to first get your head around it though…

how to edit a perspective table . I tried in onEditCellCommit but i cannot able to edit.

You need to turn on the editable prop in the column, and you also have to write the value back to the table and dataset yourself in the commit event script

thank you .
can i know how to delete the added row in perspective.