Hi, I want to be able to change the fieldname of “sum” to “Zone Total” for only one table widget, say tbl_demand. I know we can change it in the fieldname.properties file, but this changes it for all the tables.
So, is there a way to do it for only one table?
Page 1 / 1
Hi @gorkem,
Thanks to my team member @Koos Heerink, we just figured out that we can achieve this through custom CSS.
Before applying custom CSS:
Please identify the unique widget URI of your table. You can inspect the DOM of your WebUI page, and locate data-widget.uri attribute.
Replace “MyTables-UniqueURI” with the URI of your table widget.