Hey, I’m new to using skuid and I’m trying to complete tutorial. However i encountered problems with snippets. During this tutorial http://help.skuidify.com/m/11720/l/204496?data-resolve-url=true&data-manual-id=11720. I think I’m doing everything exactly like them but when i hit “preview” button there is noting like Rating. Should I add something to this code ?
- var field = argumentsd0];
- var cellElem = field.element;
- var value = argumentse1];
- cellElem.text( value );