/** Speichert die Tabelle */ function save(table){ localStorage.setItem(table.meta.name,JSON.stringify(table)) }