I've been working on an app that utilizes jQuery Datatables, and I want to ensure that the tables maintain a consistent appearance regardless of the user's screen resolution.
For instance, when viewed on a 1920x1366 display, the tables display perfectly within the page. However, on a 1366x768 screen, users need to scroll both horizontally and vertically in order view all columns - I would prefer the tables to simply be displayed at a smaller size instead.
Is there a way to achieve this? Would utilizing a container or a specific function in datatables be helpful?
Thanks in advance, Rafał.