},
layout:"fitData",
columns:[
{title:"Wk", field:"week", minWidth:"60px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"Yr", field:"year", minWidth:"60px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"Player", field:"name", minWidth:"120px", headerFilter:"input"},
{title:"Pos", field:"pos", minWidth:"70px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"Tm", field:"team", minWidth:"70px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"Opp", field:"opp", minWidth:"70px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"H/A", field:"loc", minWidth:"65px", hozAlign:"center", headerFilter:"select", headerFilterParams:{values:true}},
{title:"FPts", field:"points", minWidth:"50px"},
{title:"Salary", field:"salary", minWidth:"60px", formatter:"money", formatterParams:{
decimal:".",
thousand:",",
symbol:"$",
symbolAfter:false,
precision:false,
}
},
{title:"Own%", field:"own", minWidth:"80px", tooltip:true, formatter:"progress", formatterParams:{
min:0,
max:.5,
color:["green", "orange", "red"],
legendColor:"#000000",
legendAlign:"center",
},
sorter:"number", sorterParams:{
alignEmptyValues:"top",
},
},