Disabling ui-widget-header/footer
Disabling ui-widget-header/footer
Hi All,
Is there a way to define (within the call to initialize a table) that the table toolbar is not part of a DataTable?
This is the div that I would like to ommit (but only on certain tables)
[code][/code]
And the footer
[code][/code]
Any help is much appreciated!
Is there a way to define (within the call to initialize a table) that the table toolbar is not part of a DataTable?
This is the div that I would like to ommit (but only on certain tables)
[code][/code]
And the footer
[code][/code]
Any help is much appreciated!
This discussion has been closed.
Replies
http://belmaati.com/pics/uitoolbar.jpg
[code]
....
[/code]
the something like this might work:
[code]
$(".fg_toolbar", "#table_container").hide();
[/code]
you'll need to experiment, because i really don't know JQ UI css and system at all.