3.2.0

Creating a table, not a grid

Is there a way to just have the data display in a non-sortable, non-interactive table? The GridSort has lots of great features but I am looking to have my data display in table form. I think all of the extensive Javascript in the GridSort prevents the website from being viewed properly (no scrollbars appear, etc.).
John
July 9,
You can use AW.HTML.TABLE, AW.HTML.TR, AW.HTML.TD classes to assemble a 'normal' html table. However if you need a fast table - it is better to use AW.UI.Grid class in virtual scrolling mode.

BTW, what is GridSort?
Alex (ActiveWidgets)
July 14,

This topic is archived.

See also:


Back to support forum