Normally there is a textbox named "Row class" in the normal views table settings. But on views calc table, this box disappears. Can we get it back?

CommentFileSizeAuthor
#2 local_history.patch960 bytessinasalek
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Fredj94’s picture

+1 same problem here

sinasalek’s picture

Issue summary: View changes
FileSize
960 bytes

Also it's not possible to alter views cal table via hook_preprocess_views_calc_table since not code is in views cal to use it.
I attached a small patch that makes it possible to alter it.
To add back row_class field, the views table style plugin should support row style class. I'm not sure it enabling that can cause problem or why it had been set to false in the first place. any advice?