The headers and the first column all use plain textfields. I have a use case where I would like to have some of the text in one of those fields use italics.
Example of what I am trying to accomplish (and how it's not working):

However, this is not allowed in a plain textfield, and I have been unable to discover any way of overriding either the settings for those cells. I have also been unable to override the template for table.html.twig with any sort of specificity as there is nothing in the $variables that are sent to the preprocess or theme suggestion hooks to identify tables generated by this module versus other tables, or to identify this specific table versus other tables.
Any suggestions?
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2025-07-30 at 1.49.13 PM.png | 50.49 KB | jesss |
Issue fork ultimate_table_field-3538862
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
b.khouyComment #3
b.khouyHi @jesss,
Thanks for reporting this. We're planning to include this feature in the next release and are currently working on it.
Comment #4
b.khouyComment #5
jesss commentedExcellent! It would also be great if images were allowed as well.
Comment #8
b.khouyComment #9
b.khouyComment #10
b.khouyFor projects running on Drupal 11, please update to version 2.0.0.
For projects running on Drupal 9 and Drupal 10, please update to version 1.1.0.
In both scenarios, you must run a database update:
drush updb -yComment #11
b.khouy