Skip to content
#

datatables

Here are 732 public repositories matching this topic...

pkly
pkly commented Oct 6, 2020

I noticed that there's an issue regarding query creation - in the event that only fields that do something during render are specified the table will fail to load outright and Doctrine will throw an error about expecting an expression, as the generated query looks like this:

SELECT FROM [entity] [alias]

The fix is simple, if nothing is being selected simply find the primary key and s

Improve this page

Add a description, image, and links to the datatables topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datatables topic, visit your repo's landing page and select "manage topics."

Learn more