[IMPLEMENTED] Grid Rows - Access to Full Formatting Options

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
PointsWell
Posts: 1456
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

[IMPLEMENTED] Grid Rows - Access to Full Formatting Options

Post by PointsWell »

Currently you can alter aspects of a data grid row when certain conditions for the record are met.
Grid Row Display Rules
Grid Row Display Rules
Screen Shot 2017-08-16 at 16.19.58.png (36.98 KiB) Viewed 8331 times
I'd like to be able to more fully control this as the available options are a bit limited if you want to apply negative styling
Screen Shot 2017-08-16 at 16.19.49.png
Screen Shot 2017-08-16 at 16.19.49.png (43.98 KiB) Viewed 8331 times
(mainly because the one thing I want isn't there - specifically 'strikethrough')

I put this in the Tips and Tricks by accident yesterday.
Last edited by PointsWell on Sat May 22, 2021 2:11 am, edited 1 time in total.
JonP
Posts: 287
Joined: Thu Feb 16, 2017 9:49 pm
Location: United States

Re: Grid Rows - Access to Full Formatting Options

Post by JonP »

Add

Code: Select all

text-decoration: line-through;
to font style.
v8.1 on Windows 10 / MySQL 5.6 (local), v8.1 on Windows Server 2016 / MySQL 5.6 (server)
JonP
Posts: 287
Joined: Thu Feb 16, 2017 9:49 pm
Location: United States

Re: Grid Rows - Access to Full Formatting Options

Post by JonP »

Oops! My bad, you can only do that with non-grid attributes.
v8.1 on Windows 10 / MySQL 5.6 (local), v8.1 on Windows Server 2016 / MySQL 5.6 (server)
Post Reply