footable,如何在加载页面后显示“已排序”图标?

时间:2017-01-07 09:34:57

标签: footable

我使用优秀的“footable”插件。我可以通过单击标题对表进行排序,但是如何告诉“footable”:在页面加载后立即使用此列对此表进行排序?

我尝试使用此关键字: data-sort-initial ,但没有成功:

 <thead>
                    <tr>
                        <th data-type="html" data-sort-use="text" data-sort-initial="ascending">Code</th>
                        <th>Libellé</th>

                    </tr>
                </thead>

我的目标是在加载后立即使用此表:

enter image description here

标题中显示“已排序图标”。怎么做 ?

我的js很简单:

$(function () {
    $('.footable').footable();
});

感谢您的想法。的Merci

多米尼克

2 个答案:

答案 0 :(得分:3)

找到答案。

{{1}}

答案 1 :(得分:1)

您必须在列中添加标签:data-sorted =“true”

像这样:

{{1}}