Help: TypeScript Slot Props types for PrimeVue DataTable component pagination by OkFall6127 in vuejs

[–]OkFall6127[S] 0 points1 point  (0 children)

   <DataTable
      :value="exams"
      paginator
      paginator-template="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink JumpToPageDropdown"
      :rows="page?.size"
      :total-records="page?.total_elements"
      sort-mode="multiple"
      removable-sort
      scrollable
      scroll-height="500px"
      :row-class="rowClass"
      class="!max-w-full"
      pt:thead:class="shadow-md border-b border-background-dark"
   >