在 Tabulator 的单元格上隐藏标题标签

Hide title tag on Tabulator's cells

每次我将鼠标悬停在一个单元格上时,都会出现标题。这是 Tabulator 的默认行为,我在文档中找不到它 (http://tabulator.info)

<div class="tabulator-cell" role="gridcell" tabulator-field="name" title="<img src="/open-delimiter.png" data-id="1" width="27px" height="19px" alt="">Billy Bob" style="width: 701px; display: inline-flex; align-items: center; height: 58px;">
    <p class="p-name-inside-table" contenteditable="true"><img src="/open-delimiter.png" data-id="1" width="27px" height="19px" alt="">
        Billy Bob
    </p>
</div>

如何隐藏它?

使用这个:tooltips:false,//隐藏单元格上的工具提示