If you edit in wiki mode the home page of the application you created with AWM you'll see the code that generates the live table. You can customize it but know that your changes will be overwritten next time you edit the application. Of course, you can get your changes back from the history of the home page.
With that said, AWM is removed from the equation. You have a live table for which you want to control the width of the columns. You should check http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro , especially the 'size' column property. You may also have to use some CSS so the skin extension tutorial http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial may be handy. Hope this helps, Marius On Fri, Oct 25, 2013 at 11:42 AM, Hamster <[email protected]> wrote: > I would like to display data with an "AppWithinMinutes" (AWM), but I know > that the data wil have many, many columns (maybe 30 or 40 columns). > Normally, AWM will adjust the column width automaticly (which is fine when > you have only a few columns), but with many columns the width gets too small > :-( > > Is there a way to "freeze" certain columns (the first 3 for example), and > let the user scroll between the remaining columns? This way, the column > width can remain "normal". This is a common practise when displaying data > with many columns (thinking about a DataGridView). > > Is this possible with AWM? > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/AppWithinMinutes-with-many-columns-tp7587715.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
