0.1.21 • Published 1 year ago

@rozzy/vue-datagrid v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

VUE3 Data Grid

This project is an attempt to have a lightweight data grid component that is easy to configure to your application's needs

image

I'd be happy to get feature requests, improvement ideas, but please keep in mind that this is a weekend project of mine. If you're a developer and can work your way through the code, fix what you want, and create a pull request.

Live Demo

Check out he main features at the demo site

Usage

General

Add the package to yout app and include the source files you need, like

import { GridColumnDefinition } from  '@rozzy/vue-datagrid/src/GridColumnDefinition';
import { GridRowCommandDefinition, type  IGridRowCommandDefinition } from  '@rozzy/vue-datagrid/src/GridCommandDefinition';

Dependencies

The project is mainly using Bulma as the CSS library, but you can define which CSS classes are applied to each type of element. For this, you'll have to pass a GridStyleDefinition object when defining the grid

The example code is using SCSS styles, so you'll need sass to compile them

Obviously Vue3 is needed as the name suggests

Examples

There are a lot of examples under the examples directory. To check them out you need to run

npm install

then

npm run dev
0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.8

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago