Added third row doesn't work???

Added third row doesn't work???

DiNozzoDiNozzo Posts: 2Questions: 0Answers: 0
edited August 2012 in General
Hi,

Well, as easy as this, here's my code:
[code]

foreach($changes as $key => $change)
{
$dialogs[$key] = <<

Replies

  • DiNozzoDiNozzo Posts: 2Questions: 0Answers: 0
    Okay now I think I know what the problem is , it's not the number of rows , it's what's in them, if I just put text it works, but if I use variables it doesn't.. any explanation ????
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    The basic idea looks just fine to me. When you say variables, are they Smarty? Twig? Something else? What is the HTML that they generate (since that is what part that DataTables will work with).

    Allan
This discussion has been closed.