We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aff430 commit 48caa02Copy full SHA for 48caa02
tableview/src/main/java/com/evrencoskun/tableview/ITableView.java
@@ -48,6 +48,8 @@ public interface ITableView {
48
boolean isIgnoreSelectionColors();
49
50
boolean isShowHorizontalSeparators();
51
+
52
+ boolean isShowVerticalSeparators();
53
54
boolean isSortable();
55
@@ -74,6 +76,8 @@ public interface ITableView {
74
76
ColumnSortHandler getColumnSortHandler();
75
77
78
DividerItemDecoration getHorizontalItemDecoration();
79
80
+ DividerItemDecoration getVerticalItemDecoration();
81
82
SortState getSortingStatus(int column);
83
0 commit comments