-
Notifications
You must be signed in to change notification settings - Fork 4
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
Grid features #5
Comments
Hi, actually, the version for Grails 3 supports everything you can find in the demo page: http://grails-exanpe.rhcloud.com/exaDatatablesDemo/index Regarding your requested features:
Notice that the plugin lets you access the full native API provided by Datatables.js before rendering the component, if you want. So you can use that to implement the requested features. |
Hi @lguerin, S. |
Hello @sebDK , |
Examples link doesn't work |
Redhat cloud has closed, so the demo app is going to be migrated to Openshift. A new link will be available in few days. |
Hello, the new demo link is: http://grails-exanpe-grails-exanpe.193b.starter-ca-central-1.openshiftapps.com/exaDatatablesDemo/index |
Link isn't working |
Ok, its up now. Seems there was some startup delay. |
Lovely demo. Quick question tho, do you get the list via ajax anytime there is a search, or everything is rendered/loaded once the page is rendered? I ask because if the domain instances are many (1000+) it could have performance issues. How is this resolved? Also have you tested with the export plugin? Thanks |
Currently, everything is rendered client-side, ajax features are in the roadmap but has not been done yet. The use-case where I use this grid for my customers is to limit the number of results to 300 and ask user to set more search criterias in order to get more accurate (and less) results. |
Ah, i understand. btw I meant explort plugin for grails with the results, but since its all loaded, it shouldnt be a problem. Thanks again. |
Hi,
does EXA-DATATABLES for Grails 3 support the following features?
-ajax async loading
-filter by column
-custom formatter by domain field/column
-action buttons (edit, delete, etc etc)
-multi column filtering
-multi column sorting
-custom column filter (combobox, datepicker etc etc)
The text was updated successfully, but these errors were encountered: