Multiple Headers in DataTables Editor

Multiple Headers in DataTables Editor

Josh_BrooksJosh_Brooks Posts: 11Questions: 4Answers: 0
edited May 2015 in Free community support

Hi,

I'm getting a duplicate header and footer in the DataTables Editor since I switched to version 1.4. Is there a way to disable the second header in the editor form? Here is the html.

<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
<span id="ui-id-7" class="ui-dialog-title">
<div class="DTE_Header_Content">Edit Row</div>
</span>
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close" role="button" aria-disabled="false" title="close">
</div>
<div id="ui-id-6" class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 28px; max-height: none; height: auto;">
<div class="DTE DTE_Action_Edit">
<div class="DTE_Header" data-dte-e="head">
<div class="DTE_Header_Content">Edit Row</div>
</div>
<div class="DTE_Processing_Indicator" data-dte-e="processing"></div>
<div class="DTE_Body" data-dte-e="body">
<div class="DTE_Footer" data-dte-e="foot">
</div>
</div>

This question has an accepted answers - jump to answer

Answers

  • Josh_BrooksJosh_Brooks Posts: 11Questions: 4Answers: 0
    edited May 2015

    Sorry, here's the html:

    <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
    <span id="ui-id-7" class="ui-dialog-title">
    <div class="DTE_Header_Content">Edit Row</div>
    </span>
    <button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close" role="button" aria-disabled="false" title="close">
    </div>
    <div id="ui-id-6" class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 28px; max-height: none; height: auto;">
    <div class="DTE DTE_Action_Edit">
    <div class="DTE_Header" data-dte-e="head">
    <div class="DTE_Header_Content">Edit Row</div>
    </div>
    <div class="DTE_Processing_Indicator" data-dte-e="processing"></div>
    <div class="DTE_Body" data-dte-e="body">
    <div class="DTE_Footer" data-dte-e="foot">
    </div>
    </div>
    
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    Hi,

    Have you also updated the CSS and jQuery UI integration files (which it looks like you are using)?

    Allan

  • Josh_BrooksJosh_Brooks Posts: 11Questions: 4Answers: 0

    Yes, we also upgraded the css and jquery

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    Can you give me a link to the page so I can take a look and see what is going wrong please?

    Thanks,
    Allan

This discussion has been closed.