A
Anonymous

GPS Device Track History Table

Create a table in antd and tailwind for react jsx for Gps Device Track History if status is online and latestDate then show with Green background status Moving and if status offline and latest date then show last active on date in india dates and in action button if status online then show a button that Track live and if offline then view travelled routes [ { "groupId": "v2o35y719kn", "latitude": "28.543388333333333", "longitude": "77.326295", "status": "online", "latestDate": "2024 10 09T07:17:50.000Z" }, { "groupId": "pa45fw6dmkm", "latitude": "28.543388333333333", "longitude": "77.326295", "status": "offline", "latestDate": "2024 10 09T07:19:15.000Z" } ]

Prompt
Component Preview

About

Create an interactive React table using Tailwind and Ant Design to display GPS device statuses, latest activity, and action buttons for live tracking or route viewing.

Share

Last updated 1 month ago