Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FooTable #872

Open
Kwiatek20 opened this issue May 12, 2020 · 0 comments
Open

FooTable #872

Kwiatek20 opened this issue May 12, 2020 · 0 comments

Comments

@Kwiatek20
Copy link

I’m using FooTable module in one of my views, it works great except that I need to add additional row before each grouping. I copied original module template (footable-view.tpl.php) and moved it to my local theme template folder.
When trying to print additional fields <?php print $fields['course_number']->content; ?>

I get an error message:

Notice: Undefined index: course_number in include() (line 34 of /srv/bindings/4e464d3df34444ad9c5a5af32dd5d23b/code/sites/all/themes/rainier/templates/footable-view.tpl.php).

Notice: Trying to get property 'content' of non-object in include() (line 34 of /srv/bindings/4e464d3df34444ad9c5a5af32dd5d23b/code/sites/all/themes/rainier/templates/footable-view.tpl.php).

How do I get these fields to print?

This is the footable-view.tpl.php file:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant