-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
ArrayAdapter renders value twice #70
Comments
You're right, but as stated in issue #7 the ArrayAdapter is far from completed. |
Hello @curry684 is it possible to have a new release with this fix inclued. I'm facing a problem with DateTimeColumn and nullValue fallback getting transformed twice (and then fail because the 2nd time, $value is a string). Thanks |
Thanks a lot :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was just trying out the bundle, seems promising. But I encountered a little bug on my first test setup.
The column ArrayAdapter is transforming and rendering the value twice. It appears to happen in the processRow function here
datatables-bundle/src/Adapter/ArrayAdapter.php
Line 91 in 37aaf56
Seems to me the call on L101 is unnecessary.
The text was updated successfully, but these errors were encountered: