diff --git a/website_mail_snippet_table_edit/README.rst b/website_mail_snippet_table_edit/README.rst
index ce6038dd..b82a3253 100644
--- a/website_mail_snippet_table_edit/README.rst
+++ b/website_mail_snippet_table_edit/README.rst
@@ -36,8 +36,9 @@ To use this module, you need to:
Known issues / Roadmap
======================
-* You cannot drag & drop table rows among tables, and that's because of the
- inner design of Odoo's drag & drop engine, that does not allow that easily.
+* You cannot drag & drop table rows among tables, unless you install
+ `website_less `_.
+* New mail editor engine in Odoo 9.0+ makes this module unnecessary there.
Bug Tracker
===========
diff --git a/website_mail_snippet_table_edit/views/snippets.xml b/website_mail_snippet_table_edit/views/snippets.xml
index 758afd59..c143746e 100644
--- a/website_mail_snippet_table_edit/views/snippets.xml
+++ b/website_mail_snippet_table_edit/views/snippets.xml
@@ -9,8 +9,8 @@
inherit_id="website_mail.email_designer_snippets">
-
+ data-selector-children="[data-oe-field='body_html'] tbody, [data-oe-field='body_html'] thead, [data-oe-field='body_html'] tfoot"
+ data-selector="[data-oe-field='body_html'] tr"/>