Delete a row from spreadsheetview?
DITIOF opened this issue · 3 comments
DITIOF commented
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
kishikawakatsumi commented
@DITIOF Any editing features aren't supported yet. The way is delete the data which represents a row first, then reload spreadsheet.
DITIOF commented
@kishikawakatsumi How to get the data in a row?
jkates1 commented
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