SortableTableView icon indicating copy to clipboard operation
SortableTableView copied to clipboard

How to addertical lines between the cells in one row (data as well as header row)

Open SpamhaterAlex opened this issue 6 years ago • 1 comments

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

SpamhaterAlex avatar May 12 '18 15:05 SpamhaterAlex

Hi @SpamhaterAlex,

the vertical spearators and other additional features are available in the new version of the SortableTableView. You can find it here.

Best regards, Ingo

ISchwarz23 avatar May 12 '18 16:05 ISchwarz23