1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-09-13 01:22:12 +02:00

Add global fuzzy search and columns visibility to RichTable

This commit is contained in:
Aleksandr Gumroian
2025-03-05 16:52:45 +01:00
parent 377b4279fd
commit 54a801a580
8 changed files with 226 additions and 44 deletions

View File

@@ -18,6 +18,7 @@
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.2",
"axios": "^1.7.9",
"immutability-helper": "^3.1.1",
@@ -70,4 +71,4 @@
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server"
}
}
}