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

Custom Template for TableField


Go to End


962 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

10 September 2008 at 9:31am

When I run $table->setTemplate("MyTableField") I always get an SSViewer error saying "none of these templates could be found..."

When I pass it in as clearly as possible, however,

$table->setTemplate($_SERVER['DOCUMENT_ROOT'] . "/my_module/templates/MyTableField.ss");

It works..

I shouldn't have to do that, should I? Seems ugly.