I was wondering, as I work on a project using SSP, what pros or cons there are (if any) between rendering custom column data using columns.render in the DataTable js initialization and a formatter function in the $columns array of the php script passing config options to the SSP class. I would tend to perform my transformations in php, but am unsure if that has an impact on how the table behaves on the front end. Thanks for your insight!
↧