Date ranges as column headers?

Date ranges as column headers?

mavrismavris Posts: 5Questions: 1Answers: 0

Is it possible (and how should I go about it)?
I have a table where the column headers are date ranges smilar to what is shown in the image attached (The image is from an older version).
I want to use arrows to load previous or later dateranges (so even the headers will change dynamically) and maybe add a date range filter. Also would it be possible to add a 'blank' column between the date ranges that are not continuous (there are dates between them that belong to neither date range)?

How should I go about this?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,850Questions: 1Answers: 10,519 Site admin
    Answer ✓

    Dynamic columns are not currently supported in DataTables, so you can't simply add and remove columns as would be useful for this kind of thing.

    Instead, you'd probably need to destroy the existing table and then create a new one for the new range when you click on the arrows.

    Allan

This discussion has been closed.