Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/f37aeeb7f3730e1d82c0ab6455b8ff56 to your computer and use it in GitHub Desktop.
Save goofmint/f37aeeb7f3730e1d82c0ab6455b8ff56 to your computer and use it in GitHub Desktop.
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