Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 02:15
Embed
What would you like to do?
3.md
properties: {
id: {
size: 70,
sortable: true
},
name: {
size: 100,
sortable: true
},
/* 以下を追加 */
position: {
size: 110
},
zipcode: {
size: 80
},
address: {
size: 110
},
tel: {
size: 110
},
company: {
size: 200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment