-
Notifications
You must be signed in to change notification settings - Fork 24
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
can't use datatables #92
Comments
The problem is that you added both resources modules: 'easygrid-jqgrid-dev' and 'easygrid-datatables-dev'. |
Follow your advise, I removed it but it still the same. But I also do the same thing with the whole new project. It works. So I am thinking about the conflict with other plugins, but checking dependency-report, only conflict related to easyGrid is about jquery or jquery_ui The main reason is because this exception in the console:
I stuck. Do you have any other ideas of what could happen ? |
This is really weird. How do you run the application? With "run-app"? |
under linux mint 64bits, java version "1.7.0_55" and I am using IntelliJ IDEA to develop and can run with "grails run-app" This is the company's project with ton of plugins and modules. So, my mission is to figure out what could be the problem when using your plugin :) (I tested it with a whole new project and it work pretty well in my computer) |
params at this time is the class
can I do a pull request update the code ? |
You can find these changes in 1.6.3 Thanks again for the contribtion. Tudor |
hi tudor-malene,
I follow your tutorial to create a new grid. Here is all the things I done but still can't load the datatables properly. Can you check which step is missing ?
my domain:
controller:
in my layout:
in my gsp:
the result:
i saw in my console, there is always a line like this:
What could be wrong ?? I am using grails 2.3.7
The text was updated successfully, but these errors were encountered: