Remove Column Count Row + header
Remove Column Count Row + header
How do i do this?
How do i do this?
Joe
January 23,
var display = 'none';
var Column = 0;
if(navigator.appName == "Netscape") {
document.styleSheets[document.styleSheets.length-1].insertRule("#Grid .aw-column-" + Column + " {display:" + display + ";}", 0);
} else if(navigator.appName == "Microsoft Internet Explorer") {
document.styleSheets[document.styleSheets.length-1].addRule("#Grid.aw-column-" + Column ,"display:" + display + ";");
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021