Why there are other tabs appears?

Why there are other tabs appears?

ndtoan13ndtoan13 Posts: 8Questions: 3Answers: 0


Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hi, I want to use tabControl in the example. It works, however, when I want to change the tabs' title, I found that, there are unintended tabs namely Server script, Ajax Control, Ajax data appears in the tab list.

Please advice how to remove or hide them.

Thanks in advanced,
Toan.

This question has an accepted answers - jump to answer

Answers

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    What example are you talking about and what have you done to it?
    Please provide a link to a test case in accordance with the forum rules.

  • ndtoan13ndtoan13 Posts: 8Questions: 3Answers: 0
    edited May 2020

    Thank you for your response.
    Sorry about violate the forum rules.
    Here is the test url: http://kehoach.vnhw.work/test/examples/inline-editing/tabControl.html

    I simply use the default example tabControl.html with a small modification. I rename the tab title -> My HTML and My CSS. The point is I only have 3 tabs in the code, but there are 4 tabs. I have no idea where the tab named "Server script" from!

    This happens similarly when I tried to have more tabs, several tabs namely Server script, Ajax Content, Ajax data appear unwanted.

    Please advice.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    The best bet is to search your code "Server script", you'll see it in the examples/resources/editor-demo.js,

    Colin

  • ndtoan13ndtoan13 Posts: 8Questions: 3Answers: 0

    Thanks a lot. I got it

This discussion has been closed.