Data Table Component
"
vue3-easy-data-table
is an easy-to-use data table component built with Vue 3.It can be used in
client
orserver-side
mode. Client mode is for the case that all data has already been loaded. In other words, your initial call is asking for all the pages from a server. In server-side mode, you need to request limited data from a server every time you navigate to a new page."