How is the empty-text property in the table component in element set through the slot= "empty"?

how is the empty-text property in the table component in element set through slot= "empty"?
the result I want is this

:

clipboard.png

slot

clipboard.png

After

, I also want to add an icon to the text. Can I also set it through this property?

May.19,2022

<span slot="empty"></span>

    <el-table :data="tableData" style="width: 100%">
      <el-table-column prop="date" label="" width="180">
      </el-table-column>
      <el-table-column prop="name" label="" width="180">
      </el-table-column>
      <el-table-column prop="address" label="">
      </el-table-column>
      
      <div slot="empty">
        ,
      </div>
      
    </el-table>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36da5-2c03d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36da5-2c03d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?