Forum Post: RE: row span in a tables data cell (form layout)

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, You can try this using JQuery. script $(document).ready(function(){ $("#multi_select_id").unwrap(); }); /script This will remove the parent element thus rendering the alignment properly. Hope this helps. Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top