Did you add this connection in Settings/Separate DB Connection? If you haven't, please do that and then select the database in wpDataTables/Create a Table, and then "Create a table linked to an existing data source" and try again.
If you have added the separate connection, try removing the angle brackets - the plugin recognizes the connection, and should add them automatically.
If the server-side option re-enables itself it only means that your table has over 2.000 rows. This is normal.
Can you share the credentials for this database with me, so I can try linking to it from my localhost? Make sure to enable the PRIVATE response since this is a public ticket.
This does not seem to be a record count issue. I limited the view in the database to 50 records and has the same results. I also removed the where clause with the same results.
So as a last ditch effort..... I created a new view
I copied the view to the new view and saved
I created a new wptable and pointed it to the new view, and it is working well. I cannot tell the differenct between the old view and new view, nor the old wptable or the ne wptable.
I have a connection to a MSSQL and select statement to a view
SELECT
[Parcel]
,[Name]
,[PropertyAddress]
FROM [CurrentParcels]
The table shows data
I cannot get the global search or the column filter to return anything.
Hello Barry
Thank you for your purchase.
Did you add this connection in Settings/Separate DB Connection? If you haven't, please do that and then select the database in wpDataTables/Create a Table, and then "Create a table linked to an existing data source" and try again.
If you have added the separate connection, try removing the angle brackets - the plugin recognizes the connection, and should add them automatically.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Yes, this was created in Settings/Separate DB Connection. And then "Create a table linked to an existing source"
I have change the query to
SELECT
Parcel
,Name
,PropertyAddress
FROM CurrentParcels
The query will not save
I tried
SELECT
Parcel
,Name
,PropertyAddress
FROM CurrentParcels
The query will not save.
I got it to save by doing the following
SELECT
Parcel
,Name
,PropertyAddress
FROM [CurrentParcels]
But this has given me the same results. The table populates, but will not search or filter.
I also tried
SELECT
*
FROM [CurrentParcels]
This populated the table, but will not search or filter.
Also,
I tried disabling Server-side processing, and when I save changes, it re-enables itself.
Hi again Barry
If the server-side option re-enables itself it only means that your table has over 2.000 rows. This is normal.
Can you share the credentials for this database with me, so I can try linking to it from my localhost? Make sure to enable the PRIVATE response since this is a public ticket.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
This does not seem to be a record count issue. I limited the view in the database to 50 records and has the same results.
I also removed the where clause with the same results.
So as a last ditch effort.....
I created a new view
I copied the view to the new view and saved
I created a new wptable and pointed it to the new view, and it is working well. I cannot tell the differenct between the old view and new view, nor the old wptable or the ne wptable.
Hey Barry
Thank you for this excessive troubleshooting, and sorry for the late responses.
I'm glad to see that the new view is working well!
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables