-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datatable selected-items and selectionMode dont work #1068
Comments
|
Same error in #1063 |
Hello, Maybe i am overseeing something. Thanks in advance! |
Well i have the same problem. It seems to be that error is caused by the orderable attribute on the column. Such an attribute need a creation of the column defs in json. At the end of the function there will be add the select option. It seems to be a bug. BootsFaces-OSP/src/main/java/net/bootsfaces/component/dataTable/DataTableRenderer.java Line 801 in ed9d37d
PS: Well in the short term you can fix this by using 1.4.0. A new feature of issue #1038 causes the bug which was introduced in 1.4.1. |
Are there any plans to fix this? |
I'm afraid development of BootsFaces has slowed down considerably. We'll never manage to address this issue. Let's close it. |
Hello,
i have the problem that if i add these options to my datatable nothing changes.
Even if i delete the option select="true" i can still select multiple rows.
I wanted to be able to select one cell, but like i said no of this options work and i dont seem to find a solution.
The text was updated successfully, but these errors were encountered: