Hello again,
I am grouping fields in the details view but am having trouble getting the "details" group name changed and also can't group the field that is by default set as details to a different group.
When I try to assign the field that is currently categorized as details to a different group all of the fields for the record disappear.
I'm grouping using the following syntax:
[firstnameeng]
widget:label="First Name"
group=English Name
[lastnameeng]
widget:label="Last Name"
group=English Name
This puts the first name and last name in the "English Name" group. Student ID is the first field (also the key) in this table and it gets set to 'details' by Xataface. If I try to change that to a different group by using
[studentid]
widget:label="Student ID"
group=Student Information
Then all of the fields disappear...
Did I just explain the problem twice....
Jason