2.2.1 • Published 5 months ago

@overcodehungary/overgrid v2.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

OverGrid

Fully customizable, feature rich grid/datatable component for Vue3 projects.

Demo and Docs

Github project

Getting started

npm i @overcodehungary/overgrid

Basic Usage

<template>
  <OverGrid :config="config"></OverGrid>
</template>

<script setup lang="ts">
import { OverGrid, OverGridConfig } from '@overcodehungary/overgrid';
import '@overcodehungary/overgrid/dist/style.css' // default theme
import './theme.css' // custom theme

const config: OverGridConfig = {
  ... // your config here
};
</ script>

Check the Docs for more info.

2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.5

5 months ago

2.0.4

7 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

8 months ago

1.8.1

8 months ago

1.8.0

8 months ago

1.7.2

8 months ago

1.7.1

8 months ago

1.7.0

8 months ago

1.6.0

9 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

1.0.0

12 months ago