Giter Club home page Giter Club logo

Comments (5)

RamezIssac avatar RamezIssac commented on May 27, 2024

So i find out that this is because the model isn't explicitly specified .

While the datatable is constructed from the ajax_url and option (which contains the column names) , the column title have another opinion and expect it's assignment from the model field name apparently.
I'm trying to dig-in deeper to find where the assignment actually take place , but no success yet.

from django-datatable-view.

tiliv avatar tiliv commented on May 27, 2024

Thanks for your patience so far! I'm sorry you've had trouble with the model value. I'll be happy to dig in and help get to the bottom of this one. I've just returned from a PyCon trip and now today I'm moving apartments, but by tomorrow I should be situated and able to really have a look.

Is your code pretty much the same as the pattern shown on that demo? If so, I'll try to construct a sample on my end and figure out what I can.

from django-datatable-view.

tiliv avatar tiliv commented on May 27, 2024

Oh, I misread your first comment, thinking that the demo was working while yours wasn't. I should be able to figure that one out. Sorry for the trouble!

from django-datatable-view.

tiliv avatar tiliv commented on May 27, 2024

My hunch is that you can add a third optional arg to get_datatable_structure() for model=TheModel. The base DatatableView normally passes that information along when it's the one responsible for the table construction. But in a satellite view situation, I think we've forgotten to include that tidbit in the documentation.

Let me know if that helps solve the problem, and I'll get that documentation updated when I'm able.

from django-datatable-view.

RamezIssac avatar RamezIssac commented on May 27, 2024

Lucky you just returning from PyCon trip. :) Good luck with moving apartments & Thanks for that cool piece of code.
As my 2nd comment , i did add the parameter model to get_datatable_structure & the issue got fixed indeed.
I suggest the app can be little further enhanced to fallback to provided column names (specified in parameter option) when there is no model passed.

Best

from django-datatable-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.