New features can use the development API: http://datatables.net/development/features . This is what TableTools does. Or you can do something like in this example: http://datatables.net/examples/advanced_init/dom_toolbar.html
I was thinking more like with this (http://datatables.net/examples/basic_init/themes.html) example, to add more features (div's) to the toolbar before and below.
ps. The width's from both .dataTables_length and example_filter aren't necessary. Joined sizes aren't even 100% combined.
I'm not quite following - sorry. Perhaps you could explain what you are looking to achieve? The development API I mentioned can be used to create a new 'feature' (such as the search or length changing). TableTools does exactly this: http://datatables.net/release-datatables/extras/TableTools/ . The feature letter will instruct DataTables to call the plug-in and insert whatever DOM elements it adds.
Replies
Allan
ps. The width's from both .dataTables_length and example_filter aren't necessary. Joined sizes aren't even 100% combined.
Allan
Allan