.users {
id: int !primary-key;
name: text;
}
.users::insert {
id: 1;
name: "John doe";
}
@query (max: 10) {
.user {
display: table;
}
.users id {
display: none;
}
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies: