I have created a new account for a client and so I’m stuck with next-gen apps. I have two problems that I hope the community can help me with:
I cannot get the app pages to use the full width of the screen - in the legacy apps, the tables in pages would use all the screen width, now it’s just a fixed width in the middle of the screen and I can find no way to change that in the interface.
I’m used to using the KTL toolset in my apps. But it looks like they do not work in the next-gen apps - is that correct or am I missing something?
Sorry to piggyback on this subject but it is very similar but opposite.
I have my app set to Max and I am happy with that for most pages but a few have large tables so I would like them to go Full. There is no option in the override style to change this property. Asking Knavi came up with the below code
Thank you @Kara. That has deffinitely got me closer.
My current site has the vertical navigation and this makes the view go behind that.
I will experiment more and see a way to account for that.
Love the classic interface, but NextGen hopeless. We have a very complicated CRM and Job system in std knack very little css or java . Yet it will not work or present in NextGen. I would say get the basics right first, then look at the bells and whistles. One thing they do need is an AI spell and phrase checker rich text like a smart read facility, without going to a zapier interface.
I’ve been running into the same issue with a couple of internal tools we migrated recently. The centered layout looks clean for simple forms, but it’s a nightmare for any app that relies on heavy data tables or wide grids. When you have a screen full of columns and half the display is just empty white space on the sides, it really kills the usability. I tried forcing some CSS overrides to expand the container width, but it usually breaks the responsiveness on smaller screens or messes up the alignment of the header. It would be great if they just gave us a simple toggle in the settings to switch between a fixed and a full-width fluid container. Right now, we’re basically stuck scrolling horizontally on large monitors just to see a few extra columns, which feels like a step backward for a next-gen update.