manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

add_delete_toolbar needs extra </div> #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When using <div class="add_delete_toolbar" />, an extra </div> is required 
after the toolbar to close off the <div>s that get created.

What is the expected output? What do you see instead?

Without this extra </div> the layout gets confused.

What version of the product are you using? On what operating system?

Using jquery.dataTables.editable.js v 2.3.2 on a linux server.  The client is 
on Windows, running Chrome 21.0.1180.89 m.

Please provide any additional information below.

In my code, I specify a button after the toolbar div.  The specified button 
shows up in line with the add and delete buttons, on the left of those buttons. 
 See attached screenshot.  The relevant slice of code is:

===========
<div class="add_delete_toolbar" />
<button class="refreshHostButton">Refresh Hosts</button>
</div> 
===========

Original issue reported on code.google.com by steve.ja...@gmail.com on 7 Sep 2012 at 9:44

Attachments: