sDom Positioning
sDom Positioning
TRaymond
Posts: 3Questions: 0Answers: 0
Okay, my brain is officially fried. Can someone help me figure out how to structure my sDom so that the Excel button (only button) is next to (the left) of the search box?
My Current sDom is:
[code]
"sDom": 'T<"clear"><"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"lfr>t<"fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"ip>'
[/code]
See the current result here:
http://imgh.us/grid1.png
Thanks in advance!
TRaymond
My Current sDom is:
[code]
"sDom": 'T<"clear"><"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"lfr>t<"fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"ip>'
[/code]
See the current result here:
http://imgh.us/grid1.png
Thanks in advance!
TRaymond
This discussion has been closed.
Replies
Allan
http://imgh.us/Test2_1.png
[code]
"sDom": '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"lfrT>t<"fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"ip>'
[/code]
Allan