Add column resizing in Pricing table

Drag column borders to resize width like Excel
This commit is contained in:
Christian Vidal Wolf
2026-04-21 08:40:54 +02:00
parent d8c65a22f9
commit b4cb7cbe57
3 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export default function App() {
if (isDev) {
const cacheBuster = `t_${Date.now()}`;
const fileUrl = `/dropbox-file/scl/fi/nkyabkq2jdwfudof2ovrl/Data-Matrix.xlsx?rlkey=1cz5fuabwipqqivihii7sybw0&st=io0g4wvb&dl=1&${cacheBuster}=${Date.now()}`;
const fileUrl = `/dropbox-file/scl/fi/ulcgt5iyyvrkeynprhali/Data-Matrix.xlsx?rlkey=i9p9xgwzm0fr7jip91vxdeal5&st=k8jmibh4&dl=1&${cacheBuster}=${Date.now()}`;
console.log('Fetching Data-Matrix.xlsx from Dropbox (hard refresh)...');
const response = await fetch(fileUrl, { cache: 'no-store' });
if (!response.ok) throw new Error(`HTTP ${response.status}`);