F
Filament4mo ago
AleorL

How to display two different data in one table per row?

I created base widget with table that shows 'stnk' date time and i want to also show 'kir_number' date time but in a different row, don't want to group the together in one row. kir_number expiration date in a row and if the user's stnk is expiring i also want to show it too but in different row. the same user might have two expiring so i need to show it in seperate rows.
2 Replies
AleorL
AleorL4mo ago
basewidget code
AleorL
AleorL4mo ago
I want it to show stnk if the conditions is met and kir number if conditions is met, where type will show the type of what condition is met. if STNK is expiring, type will show STNK, and if kir_number is expiring it will show kir_number at the same time if both expiring or expired. it will provide two rows where it will shows both stnk and kir number the number of days and also the type as well.