HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Lack bottom line of last row #334

Open mm2175 opened 1 year ago

mm2175 commented 1 year ago

5dffb26b-10db-4ae3-ad31-20fa9299f0bb

Mostly, the rows is less than one page, so with hide the footer, but the bottom line of last row is not shown, and the space to below last row seems to large.

  <easy-data-table :headers="headers" :items="items" alternating border-cell
                               show-index hide-footer hide-rows-per-page
                               header-text-direction="center"
                               body-text-direction="center"
              >
aguirremac commented 8 months ago

@HC200ok , I'm experiencing the same. Could you look into this please. I noticed that this css is being applied to the last row of the table.

image image