bannzai/SpreadsheetView

Delete a row from spreadsheetview?

DITIOF opened this issue · 3 comments

I checked the Spreadsheetviewdelegate.swift but I didn't see any functions are useful for helping me to delete a row from my spreadsheetview.

My spreadsheetview is perfect if I can delete any rows . Please help me. I nearly achieve my goal

@DITIOF Any editing features aren't supported yet. The way is delete the data which represents a row first, then reload spreadsheet.

@kishikawakatsumi How to get the data in a row?

I think he was meaning for you to find the respective row in your dataSource collection and remove the data at that index then reload the spreadsheet