Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name": "target"}, {"name":"leadCapture"}],
|
||||
[{"name": "isCreated"}, {"name":"createdAt"}],
|
||||
[{"name": "data", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"isCreated",
|
||||
"createdAt"
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"isCreated", "width": 25, "notSortable": true},
|
||||
{"name":"createdAt", "width": 30, "notSortable": true}
|
||||
]
|
||||
Reference in New Issue
Block a user