Skip to content
#

datatables

Here are 562 public repositories matching this topic...

clenondavis
clenondavis commented Nov 9, 2020

Hi guys,

I'm lenon, thanks for your effort to share tools, code and solutions to the community

Expected Behavior

I have been using the #mui-datatables feature, and is amazing, it help me a lot.
I was looking f

BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.

  • Updated May 18, 2019
  • JavaScript
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

VoordeMensen
VoordeMensen commented Jun 27, 2019

I have a database-design where the date I want to query is of the datetime-type. But when I try to select all orders that equal to todays date for example, the parser will add 00:00:00 and I will not get any results.

I usually solve this to use the mysql date function (select * from orders where order_date = date('2019-06-28')) - is there any way to do this with the QueryBuilderParser?

I no

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

You can’t perform that action at this time.