早上好。我在bootsfaces中的代码有问题。我需要我的 DataTable 支持单行选择,但不支持多行选择。但是,我的表总是只使用多项选择。
这是我的代码:
<b:dataTable id="tableExpedients" fixedHeader="true" style="width:100%;"
pageLength="6" border="false" responsive="true" lang="es"
searching="true" var="exp" multiColumnSearch="true" paginated="true"
select="true" value="#{Expedients.getExpedients()}" custom-options="colReorder: true">
我没有得到简单的选择,因为我提到了这些页面:
•<a href="http://showcase.bootsfaces.net/forms/DataTable.jsf" rel="nofollow">http://showcase.bootsfaces.net/forms/DataTable.jsf
•<a href="https://datatables.net/reference/option/" rel="nofollow">https://datatables.net/reference/option/
谢谢大家。