Skip to content

Instantly share code, notes, and snippets.

@Kalyse
Created April 11, 2011 14:54
Show Gist options
  • Save Kalyse/913645 to your computer and use it in GitHub Desktop.
Save Kalyse/913645 to your computer and use it in GitHub Desktop.
var layout = [
{
cells: [
{ field: "seasonName", name:"Season Name", datatype:"string", width: "12", editable: true},
{ field: "startDate", name:"Start Date", width:12},
{ field: "endDate", name:"End Date", width:12},
{ field: "weekNight", name:"Week Night", datatype:"float", width: 7},
{ field: "weekendNight", name:"Weekend Night", datatype:"float", width: 7},
{ field: "weekly", name:"Weekly", datatype:"float", width: 7},
{ field: "Monthly", name:"Monthly", datatype:"float", width: 7},
{ field: "extraNight", name:"Extra Night", datatype:"float", width: 7},
{ field: "minStay", name:"Min Stay", datatype:"integer", width: 7}
]
} ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment