MMSpreadsheetView
MMSpreadsheetView copied to clipboard
Please update the project to swift 3
Hi Is there any possibility to disable left columns and also the upper left header? I only want to see the right part of the spreadsheet(rows,colums and row headers) Thanks
Hello MutalMobile, This is a very nice piece of software you shared with us. Very simple to implement and enhance. I will used it in my 3rd upgrade of my...
First thing first I wanna say thank you for making this library, this is really a great work. But unfortunately I just found an issue. I made a 3-header-rows and...
I am using Swift 1.1 and I am bridging the classes. - (NSInteger)mmSpreadsheetRow { return self.section } The section above generates an error such as: Property 'section' not found on...
Alright, to start, would like to say this library is a good job and help me a lot as a solution for presenting spreadsheets. Second, would like to know how...
I apply filter on button tap. So in this case I want reset scroll position to initial one. Please let me know, how could I do that programmatically. Thanks!