modal details display with different width

modal details display with different width

cyroncyron Posts: 5Questions: 2Answers: 0

modal details display icon shows and disappears when the table width change.
below is the sample.

http://live.datatables.net/fonabifo/1/edit

in default view, html and javascript parts is shown, and modal works fine.
when html and javascript parts is hidden and the output part occupies the whole page,
modal icon disappears.

and i also want to know can modal icon be shown at different column(default is the first column, i think).

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    The icon to display the collapsed data is hidden when all columns are visible is removed, because there is no collapsed data to show. The table already shows all of the information that would be in the modal.

    If you want to change that behaviour, you'd probably need to modify Responsive a little as there is no built in option for that.

    and i also want to know can modal icon be shown at different column(default is the first column, i think).

    Example available here.

    Allan

  • cyroncyron Posts: 5Questions: 2Answers: 0

    thanks for your reply.
    I think maybe I misunderstood the concept of responsive modal details.
    I changed to use bootstrap modal to implement my app.

This discussion has been closed.