如何获取数据表行和列中 intro.js 的流量?

How to take the the flow of intro.js inside a datatable rows and columns?

After I click on (May I Help-Click) Button

It goes to first step that is fine, but i want now that next step it must go to the row and higligt columns step by step

您必须为指定步骤编号的列指定 data-step 属性。

<td data-step="2">

Intro Js 将使用它导航到下一步。

我找到方法了,需要将div的class属性指定为class="introjs-nextbutton"。如果有人知道其他方法,请提前欢迎。

<div data-step="2" data-intro="Third" class="introjs-nextbutton" >