TablePlus-Windows
TablePlus-Windows copied to clipboard
Change color of rows in tables on a specific condition
Please answer the questions below, it helps us to track the issue.
-
Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 8.0
-
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Table Plus Version 4.10.1 (202) - x64
-
The steps to reproduce this issue: Just select a table :D
Hi TablePlus-Team,
First of all, thank you for this awesome product, you're doing a great job here!
I'm using TablePlus for all of my laravel projects.
One thing that drives me nuts are the "Soft-Deleted" entries by Laravel.
So in Laravel when you soft-delete an entry it adds the current date to the deleted_at column of the table.
Now every once in a while I need to check data for some other team members and it quite often happens, that they say (from the view of the frontend) there is no data, but I thnik there is, cause the deleted_at flag is far behind the scroll and I just don't always remeber to check the deleted_at value.
So I can't really see on the first view, if these data I am looking on, are maybe soft-deleted by Laravel.
Therefore I was just thinking that it would be very very nice if I could somewhere just set row colors on a specific condition.
So I could say if column deleted_at exists in the table and its not NULL then give all of these rows some red background color.
Thanks this woul be really awesome!
Hi @Sairahcaz we have a plan to add it, but in the far future (on our TablePlus Pro roadmap).