© 2026 Hedgehog Software, LLC
$table ->columns([ TextColumn::make('foo') ->getStateUsing(fn ($record) => SomeApiService::getDeviceStatus($record->device_key)), ])