YAHOO.widget.Paginator
does not include a disable
method, and DataTable's disable
method only masks the table itself. Masking the pagination controls when the DataTable is disabled can be accomplished in (at least) two ways:
disableEvent
. This involves more code than #2, but the Paginator's masks will not potentially cover other elements (if the Paginator's containers
were configured).position: relative
and overriding the assigned mask dimensions in response to the DataTable's disableEvent
.