Sample on homepage

Sample on homepage

JanNL_FRJanNL_FR Posts: 47Questions: 15Answers: 2

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Hi I'm new to DataTables recommended by ChatGPT ;) Thank you.
My first try was succesful with the basic sample.
I like the showed table with the + sign in each row , on the homepage.
Is there a helpfile to create that kind of tables?

Thanks in advance.
Jan

This question has accepted answers - jump to:

Answers

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921

    The homepage uses the Responsive extension extension to hide columns that are too wide for the container. You can find examples and docs at the link I posted. Let us know of any questions.

    Kevin

  • JanNL_FRJanNL_FR Posts: 47Questions: 15Answers: 2

    That's a very fast reply, thank you.
    OK, when I want to use the download builder I only need to check the Resposive option?

    Jan

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921
    Answer ✓

    In Step 1 of the Download Builder select the style framework you are using. If none then select Datatables.

    Step 2 select Datatables. Optionally select jQuery unless you are already loading it. Don't load it twice.

    In Extensions select Responsive.

    This will provide all the libraries needed for Responsive.

    Kevin

  • JanNL_FRJanNL_FR Posts: 47Questions: 15Answers: 2
    edited September 2023

    Thank you Kevin,

    I have downloaded some and want to place them on a VPS

    As sample it's going well, but how can I combine them in one HTML file?
    Like vertical and horizontal scrolling in combination with locking the first two columns?
    There are also a lot of CSS and JS files. How do I know which one I have to choose?

  • JanNL_FRJanNL_FR Posts: 47Questions: 15Answers: 2

    Sorry, Of course there are more questions like mine.
    Learnt from https://datatables.net/extensions/fixedcolumns/examples/styling/col_filter.html

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921
    Answer ✓

    Just to make sure are your questions answered?

    Kevin

  • JanNL_FRJanNL_FR Posts: 47Questions: 15Answers: 2

    For the sake of clarity, I have asked a new question.

Sign In or Register to comment.