Hide the up arrow for the top-most element
This commit is contained in:
parent
7fb7a8bec4
commit
60301f4aab
@ -72,6 +72,11 @@ function loadTable() {
|
||||
categories[this.id] = this;
|
||||
|
||||
lastElement = this;
|
||||
|
||||
if (first) {
|
||||
$template.find('[data-direction="up"]').css('visibility', 'hidden');
|
||||
first = false;
|
||||
}
|
||||
});
|
||||
|
||||
if (lastElement) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user