jQuery UI Widgets Forums DataTable Nested DataTable

This topic contains 3 replies, has 2 voices, and was last updated by  ivailo 8 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Nested DataTable #89200

    Francisco
    Participant

    Good afternoon people!

    How can I create two other datatables within a datable, with tabs, for example:

    In the main DataTable I activate the “rowDetails: true” and “initRowDetails: initRowDetails” function initRowsDetails, I create a component “tabsdiv = $ (element.children () [0])” which will be the tabs, and within Each tab, I would like to create other datatables, understand?

    Obs: I’m using json!

    Nested DataTable #89238

    ivailo
    Participant

    Hi Francisco,

    Here is a demo with Multiple nested grids in tabs.
    You can try the same approach, using DataTable.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Nested DataTable #89241

    Francisco
    Participant

    Tankk you Ivailo,

    If I need to put some text, title or other component on the same tab, would it be the same process with html?

    Nested DataTable #89243

    ivailo
    Participant

    Hi Francisco,

    Yes, you can add different elements in your row details with the same approach.
    Here is another demo of data table row details, contained tabs with custom html.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.