Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Attempt to Edit multiple DataObjects in Front-end


Go to End


1512 Views

Avatar
rusko

Community Member, 1 Post

21 October 2008 at 10:41pm

Using a typical DataObject class Player, which has two main variables Name and Popularity (popularity being an integer)

What I'm aiming to do is to be able to list the details of each Player that exists in the database on a page in the front-end, and have those details be inside editable text boxes.

The primary idea being that every Player becomes editable at free will in the front-end (the back-end already provides easy support for this using HasManyComplexTableField, however for a front-end solution I have had considerable trouble finding anything that works)

Is there a way of going about this? Any feedback is welcome.