N°4813 - Remove DataTable class and file

This commit is contained in:
Anne-Cath
2025-07-30 15:29:15 +02:00
parent c9f88a16ef
commit 4d794fe656
7 changed files with 0 additions and 3239 deletions

View File

@@ -64,11 +64,6 @@ class NiceWebPage extends WebPage
protected const COMPATIBILITY_DEPRECATED_LINKED_SCRIPTS_REL_PATH = [
/** @deprecated 3.0.0 Not used in the backoffice since the introduction of the new tooltip lib. */
'js/hovertip.js',
/** @deprecated 3.0.0 N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal, will be removed in 3.x */
'js/datatable.js',
'js/jquery.tablesorter.js',
'js/jquery.tablesorter.pager.js',
'js/jquery.tablehover.js',
];
const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/nicewebpage/layout';