SortableTableView icon indicating copy to clipboard operation
SortableTableView copied to clipboard

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.

Results 51 SortableTableView issues
Sort by recently updated
recently updated
newest added

I need to dynamically set soratableTableView width in java code, how is it possible? here is my layout ``` ``` I try code below, but it didn't affect the table...

Hi, I can make a horizontal divider with: ``` android:divider="@color/text_color_default" android:dividerHeight="1dip" ``` But how I can make a vertical including the header row? Thank you

question

Content is not showing. Only with match_parent and wrap_content work.

Hello, I am using the latest version of this library and very grateful for its existence. I need help. After adding my data to the table, the content are rather...

`tableView.setDataAdapter(new SimpleTableDataAdapter(context,rows));` I am passing 'rows' as a 2D String array. While running the code for versions 2.3+, I don't see any rows. For previous versions, I see only 1...

help wanted

Thanks for your good library. I love your work. How to make nested row ? Thanks

Hi, I have a problem with the **TableView**. Setting a new **OnTouchListener** with _.setOnTouchListener()_ doesn't seem to work properly. The overridden method _onTouch_ never gets called. What am I missing?...

Hello, i recently using your library and it's so helpfully, but i have a question. Can i set align for header to be center just for option is it in...

Hi, i would to use this class : https://gist.github.com/anorth/9845602 on your CustomTableView but it not working. Can you help me find out that? Thankx

when i slide up i want load more so that i can see more data,

help wanted