Blog Detail

18

Oct
Vue js DataTable Component in Typescript & Composition API cover image

arrow_back Vue js DataTable Component in Typescript & Composition API

JoBins has introduced a basic DataTable component for Vue3 in typescript and Composition API. It allows for a quick and easy setup of filterable, sortable, and paginated tables. It has basic functions such as Filter, Search, pagination, etc. It provides a responsive DataTable with elegant UI that you can easily customize according to your need. You can view its demo here.

Installation

You can install this package via Npm or Yarn:

npm install --save @jobinsjp/vue3-datatable

//Or

yarn add @jobinsjp/vue3-datatable

Usage

After the installation, You can use this in your vue component.

<template>
    <data-table :rows="data"/>
</template>

You can get its source code from Github.

Published at : 18-10-2021

Author : Rizwan Aslam
AUTHOR
Rizwan Aslam

I am a highly results-driven professional with 12+ years of collective experience in the grounds of web application development especially in laravel, native android application development in java, and desktop application development in the dot net framework. Now managing a team of expert developers at Codebrisk.

Launch your project

Launch project