From 624b1bd7beddc30e443ad1a13f9020d87f3c3c93 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Wed, 19 Mar 2025 14:17:20 +0300 Subject: [PATCH] =?UTF-8?q?WEB=20APP:=20P8PDataGrid=20-=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=80=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=BD=D1=8B=D0=B9=20=D1=81=D1=82=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/p8p_table.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/p8p_table.js b/app/components/p8p_table.js index e3fa147..d5b6c69 100644 --- a/app/components/p8p_table.js +++ b/app/components/p8p_table.js @@ -89,9 +89,7 @@ const P8P_TABLE_FILTERS_HEIGHT = "48px"; //Стили const STYLES = { - TABLE: { - with: "100%" - }, + TABLE: {}, TABLE_HEAD_STICKY: { position: "sticky", top: 0,