TableViewSampleApp icon indicating copy to clipboard operation
TableViewSampleApp copied to clipboard

This is a TableView sample app that is designed to show you how to create your advanced TableView in your application.

Results 13 TableViewSampleApp issues
Sort by recently updated
recently updated
newest added

How to implement this logic that table width will fit to device width when width of the whole table(after rendering data) smaller than the device width otherwise it will be...

I tried to use different text color for column header and row header. But it seems setting textcolor for textview on those cells not working. It kinda always get the...

how to link it with firebase realtime database

how to solve error Cause: org.sqlite.core.NativeDB._open_utf8([BI)V

App screen stuck in progressView

Hi, I have problem in sample app (seems it's lib bug) I just added logic to hide and show email column: if(mTableView.isColumnVisible(3)){ mTableView.hideColumn(3); } else { mTableView.showColumn(3); } But after...

My requirement is to set cell width dynamically as per text length so I don't want to reset complete column width as per current implementation column will take width of...

![qq 20181027162123](https://user-images.githubusercontent.com/12756445/47601508-6c824080-da04-11e8-8b73-e254bcc57f65.png) What about the width of the leftmost column

Hello How to fix below issue java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference at android.view.LayoutInflater.from(LayoutInflater.java:233) public View onCreateCornerView() { return LayoutInflater.from(mContext).inflate(R.layout.tableview_corner_layout, null, false); } Regards, Chetan Parmar