pavankataria/SwiftDataTables

could you give me a example on Delegate for maximum customisation?

yang19930204 opened this issue · 4 comments

I try my best but can't hide the search bar

1.this is DataTableConfiguration.swift from pod ,which is different from your example
wx20180722-023054

2.this is my code to hide searchbar
wx20180722-023030

Hi, which version of the cocoapods did you install?

As you can see, the latest version of the database configuration file looks like this:
https://github.com/pavankataria/SwiftDataTables/blob/0.6.31/SwiftDataTables/Classes/DataTableConfiguration.swift
This is how yours should look like so long as you have the latest release.

On another note, you may just be missing to set the delegate :) Setting the delegate would call that method. Add a breakpoint to ensure that return false is indeed being called.

Please get back to me as soon as so I can make sure you've been able to hide the search bar.

Thank u ,Success!