can we do this with Datatable

can we do this with Datatable

LakshmiPrasannaLakshmiPrasanna Posts: 3Questions: 2Answers: 0

Hi ,

We have requirement where we need to show data in table ,
1. where columns are shown as rows with single set of data
2. Also more details about first row should be shown.

Mock up is attached. Can you share if its feasible to do this with DataTable. Editing support is not required.

Thanks

Answers

  • allanallan Posts: 63,813Questions: 1Answers: 10,517 Site admin

    No sorry. Pivot table features are not something that DataTables currently supports.

    Allan

  • LakshmiPrasannaLakshmiPrasanna Posts: 3Questions: 2Answers: 0

    Hi allan,

    Thanks for replying. Though the sample mock up shows something related to Pivot table features, however we don't need Pivot table features such as selecting rows and displaying count etc and various other features. Above to regular DataTable features we need below stuff such as
    1. Displaying multiple column data into single column , customizing of column.
    Ex: Build 7, Inprogress 1
    2. Displaying or customizing second column with some set of data such as Workload.

    This information we receive as part of JSON. The data we receive from JSON should be presented in the format which is shown in mock up without Pivot table features.

    Thanks

  • allanallan Posts: 63,813Questions: 1Answers: 10,517 Site admin

    I'm afraid my answer above still stands. DataTables does not support showing columns as rows.

    Allan

This discussion has been closed.