Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

Add a calendar popup to the tables #45

Open Aidan275 opened 6 years ago

Aidan275 commented 6 years ago

For the date filter functions on the various tables, Micheal asked if they could have a calendar that pops out to set a desired filter data/time range. Looked into this a while ago but seemed difficult to add to the ng-tables library.

Ng-tables doesn't have great/much documentation so I was thinking of swapping this library with datatables but this would be an effort. Would be worth searching to see if we can do everything we're doing at the moment with ng-tables but with datatables.

rogersBen commented 6 years ago

This was not implemented, ng-tables did not have anything we could use otherwise we would've had to of added another node library.