TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Change color of rows in tables on a specific condition

Open Sairahcaz opened this issue 3 years ago • 1 comments

Please answer the questions below, it helps us to track the issue.

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 8.0

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Table Plus Version 4.10.1 (202) - x64

  3. 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!

Sairahcaz avatar Sep 01 '22 08:09 Sairahcaz

Hi @Sairahcaz we have a plan to add it, but in the far future (on our TablePlus Pro roadmap).

huyphams avatar Sep 11 '22 01:09 huyphams