From 1740b654420603ccef4dfe3224ba39156545cf66 Mon Sep 17 00:00:00 2001 From: Mark Allen Ramirez Date: Wed, 11 Mar 2026 17:54:25 +0800 Subject: [PATCH] add showCloseButton --- jQuery/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jQuery/src/index.js b/jQuery/src/index.js index c43fdcc..3759fa1 100644 --- a/jQuery/src/index.js +++ b/jQuery/src/index.js @@ -63,6 +63,7 @@ $(() => { .dxPopup({ width: 600, height: 400, + showCloseButton: true, contentTemplate(contentElement) { $('
') .addClass('drill-down')