Make datatable responsive - #77
Conversation
|
It’s expected behaviour for a responsive table to stay within its container. Even on large screens, Bootstrap prevents the table from overflowing horizontally, so the layout remains consistent and the horizontal scrollbar appears only when needed. A non‑responsive table can extend beyond the container, which is why it may look wider on large screens. You can still scroll horizontally in the responsive version by clicking inside the table and using the arrow keys, or by using the scrollbar at the bottom. If this behaviour feels less ideal for users with large screens, then adding a configuration option in the control panel sounds like a good solution. Users on smaller screens would benefit from the responsive version, while others could choose the non‑responsive layout if they prefer. |

Added
<div class="table-responsive">around the datatable to allow horizontal scrolling on smaller screens. Otherwise the update button cannot be reached on smaller screens.