Closed
Description
Hi again :-)
Still regarding Dandelion-Datatables, the needed restrictions are mostly a bit more complex than just restricting to a HTML tag.
Actually, I would like to be able to restrict the proposed processors depending on the presence of other processors.
For instance, in the following code snippet :
<table id="myTableId" dt:table="true" dt:url="/persons" dt:serverside="true" dt:serverparams="getCustomParams" >
The dt:serverparams
attribute can be added only if the dt:serverside
attribute is already present in the HTML table tag.
Is that feasible?