-
Notifications
You must be signed in to change notification settings - Fork 137
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
Changing column names #28
Comments
Actually, that renaming support already exist You can achieve that by defining the Like this
|
Well, i reverted back changes to original state of yours class then used
and when clicked on column to sort then i get this error
here is how this is produced
EDIT:
or this
|
Recently i had issue when i was using renaming columns using AS using joined tables because some tables have same column names.
I was getting error
undefined index: novi_naziv
and search on column header and search input was not working.Using same name in fields was causing that i had same output in 2 columns in datatables, so i needed to use AS to change column name for joined tables, this is example for this scenario, you can see on image below also
FIX for this, at least it works for me
those changes was made in those functions in SSP class
you can see fork here https://github.com/mlukac89/ssp/blob/master/ssp.php
The text was updated successfully, but these errors were encountered: