Change width of div for Filter with sDOM?
Change width of div for Filter with sDOM?
How can I change width of div for Filter and LengthChange?
Currently I use following sDOM statement to add a custom div between LengthChange and Filter (select box):
[code]"sDom": '>'[/code]
However, this results in very little space for toolbar div, and remaining (85%) is taken up by Filter and LengthChange div. I would like to have 33% width distribution for each div, or something similar.
Currently I use following sDOM statement to add a custom div between LengthChange and Filter (select box):
[code]"sDom": '>'[/code]
However, this results in very little space for toolbar div, and remaining (85%) is taken up by Filter and LengthChange div. I would like to have 33% width distribution for each div, or something similar.
This discussion has been closed.