IgnitedDatatables / Ignited-Datatables

Ignited Datatables is a wrapper class/library based on the native Datatables server-side implementation by Allan Jardine found at http://datatables.net/examples/data_sources/server_side.html for CodeIgniter
285 stars 335 forks source link

Remove new lines from select column name #142

Open Rod911 opened 1 year ago

Rod911 commented 1 year ago

When column are written in multiple lines, the as column name is not extracted properly. Example:

CASE
    WHEN is_dispatched = 1 THEN "dispatched"
    WHEN is_delivered = 1 THEN "delivered"
    ELSE "pending"
END AS status