:: Forum >>
Disable/Enable columns
Greetings:
1) How can I disable the sort on a particular column?
2) How can I disable resizeability on a particular colmun?
Thanks.
Tal
Sunday, November 16, 2003
It is not easy to disable sorting in this version - I will add this to the requirements list.
To disable column resizing on all columns - add the following stylesheet rules:
<style>
.active-box-resize {display: none;}
</style>
To disable resize on one column (for example the first one):
<style>
.active-column-0 .active-box-resize {display: none;}
</style>
Alex (ActiveWidgets)
Sunday, November 16, 2003
This topic is archived.
Back to support forum
Forum search