context.enableModules();
const { TableGadget } = require("ou.sp.gadget.TableGadget");
const gadget = new TableGadget({
showFooter: false,
showOptions: false,
allowEdit: true,
allowDelete: false,
allowInsert: false,
select: false,
rows: [
{
text: "Weit hinten, hinter den Wortbergen, fern der Länder Vokalien und Konsonantien leben die Blindtexte. Abgeschieden wohnen sie in Buchstabhausen an der Küste des Semantik, eines großen Sprachozeans.\r\nEin kleines Bächlein namens Duden fließt durch ihren Ort und versorgt sie mit den nötigen Regelialien. Es ist ein paradiesmatisches Land, in dem einem gebratene Satzteile in den Mund fliegen.\r\nNicht einmal von der allmächtigen Interpunktion werden die Blindtexte beherrscht – ein geradezu unorthographisches Leben.",
},
{
text: "Überall dieselbe alte Leier. Das Layout ist fertig, der Text lässt auf sich warten.\r\n\r\nDamit das Layout nun nicht nackt im Raume steht und sich klein und leer vorkommt, springe ich ein: der Blindtext.\r\nGenau zu diesem Zwecke erschaffen, immer im Schatten meines großen Bruders »Lorem Ipsum«, freue ich mich jedes Mal, wenn Sie ein paar Zeilen lesen. Denn esse est percipi - Sein ist wahrgenommen werden.",
},
{
text: "Can you please send me the design specs again? can you punch up the fun level on these icons so this turned out different that i decscribed. \r\nI need a website. \r\nHow much will it cost we try your eye, but can you change everything? nor i love it, but can you invert all colors? yet i cant pay you . \r\nCan you please change the color theme of the website to pink and purple? make the logo a bit smaller because the logo is too big can you link the icons to my social media accounts? oh and please put pictures of cats everywhere. \r\nThanks for taking the time to make the website, but i already made it in wix use a kpop logo that's not a kpop logo! ugh, or we don't need a contract, do we or could you solutionize that for me can it handle a million in one go. \r\nThat's great, but we need to add this 2000 line essay. \r\nThere are more projects lined up charge extra the next time remember, everything is the same or better so can my website be in english?.",
},
{
text: "Test",
},
],
columns: {
text: {
type: "textarea",
label: "",
},
},
});
context.returnValue = gadget.transfer();