$('#0').fixheadertable({
    caption     : 'サンプルtable(demoのまま)', 
    colratio    : [100, 150, 150, 150, 220, 150], 
    height      : 300, 
    width       : 940, 
    zebra       : false, 
    sortable    : true,
    sortedColId : 1, 
    resizeCol   : true,
    pager       : true,
    rowsPerPage : 10,
    sortType    : ['integer', 'string', 'string', 'string', 'string', 'date'],
    dateFormat  : 'Y/m/d'
});