You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to customize the table rendering in order to add the proper actions to show the associate record. I think the best way is to use the custom renderer approach, but I need some help to effectively implement it.
The text was updated successfully, but these errors were encountered:
Warning: following code breaks searching functionality Currently working on fixing it (and see if it's worthwhile), let me know if a PR is wanted for this functionality
Update @ 18-01-2017:I have a complete fix for searching and a working version, if anyone is interested i could send the code or create a PR
Not sure if you still need anything for this but you can do this:
_datatable->setFields function in controller (replace the 'q' by whatever you bound your entity to):
I need to customize the table rendering in order to add the proper actions to show the associate record. I think the best way is to use the custom renderer approach, but I need some help to effectively implement it.
The text was updated successfully, but these errors were encountered: