Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
netvs-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scc-net
netvs
netvs-core
Commits
d3a0dd06
Commit
d3a0dd06
authored
1 year ago
by
Robert Kossessa
Committed by
Janis Streib
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
FIX: PaginatorTable header still shows even if no items exist
Closes
#478
parent
95a18ce8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/components/PaginatorTable.vue
+1
-1
1 addition, 1 deletion
frontend/src/components/PaginatorTable.vue
with
1 addition
and
1 deletion
frontend/src/components/PaginatorTable.vue
+
1
−
1
View file @
d3a0dd06
...
...
@@ -6,7 +6,7 @@
:per-page-options=
"itemsPerPageOptions"
v-if=
"items && filtered_and_sorted_items.length > 0 && !hideTopPagination"
/>
<div
class=
"pagination_container"
v-if=
"items"
>
<div
class=
"pagination_container"
>
<slot
name=
"content_skeleton_item"
v-if=
"!items || items.length === 0"
></slot>
<b-table
:items=
"items"
v-bind=
"$attrs"
:current-page=
"current_page"
:per-page=
"items_per_page"
>
<template
v-for=
"(_, slot) of $scopedSlots"
v-slot:[slot]=
"scope"
><slot
:name=
"slot"
v-bind=
"scope"
/></
template
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment