Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

120
Views
Buefy table emty slot does not show the text

I have a Nuxt project with Buuefy implementation. I tried to make table with #empty slot when no data are available but it does not work. Documentation for Buefy table uses

<template #empty>
    <div class="has-text-centered">No records</div>
</template>

My code looks like

<b-table :data="companies" id="agencyCompaniesTable" bordered>
    <b-table-column v-for="column in columns" :key="column.id" v-bind="column">
        <template v-if="column.searchable && !column.numeric"
                  #searchable="props">
            <b-input v-model="props.filters[props.column.field]"
                   placeholder="Search..."
                   icon="magnify"
                   size="is-small" />
        </template>
        <template v-slot="props">
            {{ props.row[column.field] }}
        </template>
    </b-table-column>

    <template #empty>
      <div class="has-text-centered">No records</div>
    </template>
</b-table>

The code is identcal the table is empty but I dont see the text "No records". What could be the problem? Thanks for any help.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!