Edit Buttons in TableView

  1. 5 years ago

    cjp160

    11 Dec 2018 User since 2018

    How can I show the edit buttons in a table view? I've set Editing is Active to true but I only see empty spaces on the left side of the cell. The cell Editing Style is set to Delete.

  2. andrea

    11 Dec 2018 Administrator User since 2016
    Edited 5 years ago by andrea

    Hi @cjp160,
    there is a bug with the editing property, it will be fixed in the next release.

    Edit: if you are just looking for a way to delete rows, the delete button for a single cell can also be shown with the left swipe gesture over the cell if the editing property of the TableView is disabled and the cell editing style is set to Delete, or with a Right Action added to the cell.

  3. cjp160

    12 Dec 2018 User since 2018

    @andrea Thanks! I'm using the left swipe gesture now, I just want to play with some other interactions.

or Sign Up to reply!