Obtain data from my datatable rowGrouping

Obtain data from my datatable rowGrouping

garymeyertrigogarymeyertrigo Posts: 3Questions: 0Answers: 0
edited December 2012 in General
Hi can you help me! How can I obtain data from my datatable rowGrouping?

Replies

  • garymeyertrigogarymeyertrigo Posts: 3Questions: 0Answers: 0
    This is using JS and I added a button to my table.

    this is my code:





    Project Name
    Status






    {foreach $this->projectsAssigned as $projectsAssigned}

    {$this->escape($projectsAssigned['name'])}{$this->escape($projectsAssigned['json_data'])}
    {$this->escape($projectsAssigned['status'])}
    {$this->escape($projectsAssigned['parent_project'])}
    {if $projectsAssigned['status'] == ""}

    {else}
      Edit Details  Edit users  Delete
    {/if}


    {/foreach}
  • garymeyertrigogarymeyertrigo Posts: 3Questions: 0Answers: 0
    Any news?
This discussion has been closed.