@revolist/revogrid-column-date
TypeScript icon, indicating that this package has built-in type declarations

2.0.25 • Public • Published

🚨 Repository Notice 🚨

This repo is read-only and will be deprecated in v5+ in favor of monorepos. Post issues here. Happy coding! 🖥️💻


revogrid-column-date

Custom column type for RevoGrid component based on duetds-date-picker library.

Installation

npm i @revolist/revogrid-column-date

How to use

  • Import Select Column type;
  • Specify table data;
  • Per column specify column type;
  • Register your column type;
// do import
import Plugin from "@revolist/revogrid-column-date";

const columns = [{ prop: 'name', columnType: 'date' }];
const rows = [{ name: '2020-08-24' }, { name: '2022-08-24' }];

// register column type
const columnTypes = { 'date': new Plugin() };

// apply data to grid per your framework approach
<revo-grid source={rows} columns={columns} columnTypes={columnTypes}/>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.60prerelease
2.0.180pre-release
2.0.25
81latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.25
81
2.0.24
178
2.0.23
0
2.0.22
0
2.0.21
62
2.0.20
0
2.0.19
0
2.0.180
2.0.170
2.0.160
2.0.150
2.0.140
2.0.130
2.0.120
2.0.110
2.0.100
2.0.90
2.0.80
2.0.70
2.0.60
2.0.50
2.0.40
2.0.30
2.0.20
2.0.10
2.0.02,089
1.1.0130
1.0.489
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @revolist/revogrid-column-date

Weekly Downloads

2,629

Version

2.0.25

License

MIT

Unpacked Size

171 kB

Total Files

7

Last publish

Collaborators

  • kumakint