Modal not showing when my table is full-screen size

Modal not showing when my table is full-screen size

hern12hern12 Posts: 2Questions: 2Answers: 0

I follow this exam https://datatables.net/extensions/responsive/examples/display-types/modal.html when I run page icon "Plus" not showing
but when I decrease Browser size it show and I can click modal. How to fix this issue? I want modal in full-screen mode

Answers

  • tirtogatirtoga Posts: 1Questions: 0Answers: 0

    Modal only appears when there is hidden fields. It is a part of responsive table view. When all the column is displayed, modal won't show. You can hack the table and cell width with css to always overflow your screen size. This will enable modal view in fullscreen. Try adding width in the <td> and aim for more than 100% width.

This discussion has been closed.