could you give me a example on Delegate for maximum customisation?
yang19930204 opened this issue · 4 comments
yang19930204 commented
I try my best but can't hide the search bar
yang19930204 commented
pavankataria commented
Hi, which version of the cocoapods did you install?
pavankataria commented
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.
yang19930204 commented
Thank u ,Success!