From 62425ebf45ccec5a6a74d2e4fc5f3cb0d2991967 Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Mon, 4 Jul 2022 16:46:58 +0200 Subject: [PATCH] Highlight necessiry of an id on the I was hit by this again, this is also related to https://github.com/isocra/TableDnD/issues/100 This you a new md markup available on github ;-) Thank you for review and merge! Gauthier --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0427e98..ccf416a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ You'll also need to include [jQuery](https://jquery.com) before you include this Let's create a simple table. The HTML for the table is very straight forward (no Javascript, pure HTML, we haven't added `thead` or `tbody` elements, but it works fine with these too): +> **Warning** +> +> **Every row in the HTML table must have a unique ID or it will fail (sadly without a clear message in the console for now...).** + ```html
1Onesome text