*/ class AmountColumn extends ModelColumn { protected $sortColumn = 'COALESCE(CAST(amount AS DECIMAL) / COALESCE(CAST(exchangeRate AS DECIMAL), 1), 0)'; /** * @since 2.24.0 * * @inheritDoc */ public static function getId(): string { return 'amount'; } /** * @since 2.24.0 * * @inheritDoc */ public function getLabel(): string { return __('Amount', 'give'); } /** * @since 2.24.0 * * @inheritDoc * * @param Donation $model */ public function getCellValue($model, $locale = ''): string { return sprintf( '