i want to remove the "table", i use the method
<contextmenu>
<item name="Table" value="False"/>
</contextmenu>
but it still exists,
modify "table" to "tags", like this
<contextmenu>
<item name="Tags" value="False"/>
</contextmenu>
the "Tags" have been removed, why the "table" can't be removed? Thanks!