@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.25
283latest
2.0.62prerelease
2.0.181pre-release

Version History

VersionDownloads (Last 7 Days)Published
2.0.25
283
2.0.24
34
2.0.23
1
2.0.22
1
2.0.21
79
2.0.20
19
2.0.19
2
2.0.181
2.0.171
2.0.161
2.0.151
2.0.141
2.0.132
2.0.121
2.0.111
2.0.102
2.0.93
2.0.81
2.0.71
2.0.62
2.0.51
2.0.41
2.0.31
2.0.21
2.0.12
2.0.01,676
1.1.0157
1.0.458
1.0.30
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i @revolist/revogrid-column-date

Weekly Downloads

2,335

Version

2.0.25

License

MIT

Unpacked Size

171 kB

Total Files

7

Last publish

Collaborators

  • kumakint