UNPKG
@froalacharts/datatable
Version:
latest (1.0.0)
1.0.0
In memory tabular data storage
www.froala.com
@froalacharts/datatable
/
sample
/
data
/
salesTransaction.schema.js
15 lines
(14 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
default [{ name:
'Time'
,
type
:
'date'
, format:
'%Y-%m-%d %H:%M:%S'
}, { name:
'Transaction'
,
type
:
'number'
}, { name:
'Item'
,
type
:
'string'
}, { name:
'Value'
,
type
:
'number'
}];