From 5bccf286b032df1feb0910f88a73d24a590745aa Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 17 Mar 2022 15:53:24 +0100 Subject: [PATCH] ajout du title sur les cellules editables --- app/static/js/table_editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/js/table_editor.js b/app/static/js/table_editor.js index ae2489630f..2af700a41c 100644 --- a/app/static/js/table_editor.js +++ b/app/static/js/table_editor.js @@ -20,6 +20,7 @@ function build_table(data) { data-nbY="${cellule.nbY || 1}" data-data="${cellule.data}" data-orig="${cellule.data}" + title="${cellule.title || ""}" style=" --x:${cellule.x}; --y:${cellule.y};