Giter Site home page Giter Site logo

Comments (6)

razagilani avatar razagilani commented on July 30, 2024

My datatable options are listed below:

 datatable_options = {
        'columns': [
            ("Project" , 'item__project'),
            ("Barcode" , 'item__barcode'),
            ("User", 'user__username'),
            'Duration',
            ("Items" , 'pagesDone'),
            ("Comments" , 'comments'),
            ("Task Completed" , 'operationComplete'),
            ("Pages Per Hour" , 'Rate'),
            ("Item Type" , 'item__itemType'),
            ("Task Type" ,'task'),
            ("Start Date", 'startTime'),
            'endTime',
        ],

 def get_column_Project_data(self, instance, *args, **kwargs):
        return  "<a>{}</a>".format(self.item__project)

after adding the above function to modify the output of Project column, the rendered data table contains no data.

from django-datatable-view.

razagilani avatar razagilani commented on July 30, 2024

@tiliv Can you please look into it. Thanks.

from django-datatable-view.

tiliv avatar tiliv commented on July 30, 2024

Just to confirm, is it a typo that you refer to self.item__project instead of instance.item__project?

from django-datatable-view.

razagilani avatar razagilani commented on July 30, 2024

I have tried both with no luck

from django-datatable-view.

tiliv avatar tiliv commented on July 30, 2024

Also, is it an issue that you are referring to instance.item__project instead of instance.item.project?

from django-datatable-view.

razagilani avatar razagilani commented on July 30, 2024

Thanks, that was the issue.

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.