ypnos-web / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
27 stars 24 forks source link

Concatenate / Modify row result #64

Closed renjithjr closed 5 years ago

renjithjr commented 6 years ago

Is it possible to concatenate two/more row values from database and display it in single row of datatable?

ypnos-web commented 6 years ago

You can do this on the client side through datatables, e.g. https://datatables.net/forums/discussion/33000/how-to-concat-two-or-more-columns-of-same-datatabase-table-to-show-in-a-single-datatable-column

You could also do something like this in the ORM Table's finder.