class SpeedcamsMobile{ constructor(){ this.name = "speedcamsmobile"; } static allowAddNew(){ return false; } static GetColumns(){ return ["name","totalProfit","lastTime","lastProfit","id"] } static TableDataCreate(row, key){ if(key == "id"){ let coords = {} coords.x = row.positionX; coords.y = row.positionY; coords = JSON.stringify(coords); return `