3.2.0

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

November 16,
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)
November 16,

This topic is archived.

See also:


Back to support forum