Giter Site home page Giter Site logo

Comments (8)

tiliv avatar tiliv commented on July 30, 2024

@7wonders uses https://github.com/Jowin/Datatables-Bootstrap3/ with some success. You can use the default dataTables.js, and then just add these Bootstrap customized files.

There is also an official integration "plugin" hosted by @DataTables at https://github.com/DataTables/Plugins/tree/master/integration/bootstrap — these are also just JS and CSS files.

Good luck!

from django-datatable-view.

ScottEAdams avatar ScottEAdams commented on July 30, 2024

👍

from django-datatable-view.

rcorzogutierrez avatar rcorzogutierrez commented on July 30, 2024

achievement data show no style "bootstrap3" only shows the search stylish, paginate and the number of records per page. I've tried multiple variations but I get no result. Any tips?

from django-datatable-view.

ScottEAdams avatar ScottEAdams commented on July 30, 2024

Not in front of my box at the moment but I believe that I added to my custom js to add the required table, table-striped, table-bordered classes or something similar using jquery addclass.

from django-datatable-view.

tiliv avatar tiliv commented on July 30, 2024

Also, if you'd like to set up a different HTML structure for the table, you can override the template datatableview/default_structure.html in your project, or else specify a custom template as part of the datatable_options object:

datatable_options = {
    'columns': [ ... ],
    'structure_template': "template/path/name.html",
}

When we migrated to use bootstrap, we defined a common template so that all of our DatatableViews updated across the board.

from django-datatable-view.

rcorzogutierrez avatar rcorzogutierrez commented on July 30, 2024

I did it the way of the "datatable_options" and only shows me the headers of the table (with style "twitter bootstrap") but no data.

from django-datatable-view.

tiliv avatar tiliv commented on July 30, 2024

Do you see a message about "No data available in table", or not?

If no, then it's probably not being initialized, and you should make sure you're including the following in the template:

<script type="text/javascript" charset="utf8" src="{{ STATIC_URL }}js/datatableview.js"></script>

This is the script that handles the automatic initialization.

from django-datatable-view.

rcorzogutierrez avatar rcorzogutierrez commented on July 30, 2024

me everything works fine, just when I try to change the theme

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.