Fading Coder

One Final Commit for the Last Sprint

Configuring List Items and Pagination in Vue 3 TablePage Component

List Items and Paginator Configuration Property: tableHeight This property aligns with the tableHeight attribute in Element UI's table componnet, with the distinction that the default value is set to 550. Property: tableColumnList and Slots: default / tableShow Property: tableColumnList The componen...

Configuring Additional Options in Vue3 TablePage Component

The TablePage component for Vue3 offers several configuration options beyond basic table setup. These properties allow customization of title display, data fetching behavior, and loading states to suit various application requirements. Title Configuration By default, the component retrieves the titl...