JExpandableTableView
JExpandableTableView copied to clipboard
JExpandableTableView provides out of box support for expandable table cells
Hi, When i have many items, if i click last data, its not open correct item
I'm unable to set background color of the tableView other than white.
Hi all, After reload data i call openHeader function it will crash on public func openHeader(section : Int){ let headerView:JExpandableTableViewHV = self.tableview.headerView(forSection: section) as! JExpandableTableViewHV headerView.sectionInfo.isOpen = true openHeader(headerView: headerView,...
Version Number
Hi, I tried to add more items to tableView using your example and it causes this UI glitch. I didn't changed code. I only add more same items to dataArray....
Please will you add the @objc attribute to provide objective support