Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query : Row details custom formating #843

Open
Akshay-Hegde opened this issue Mar 26, 2019 · 0 comments
Open

Query : Row details custom formating #843

Akshay-Hegde opened this issue Mar 26, 2019 · 0 comments

Comments

@Akshay-Hegde
Copy link

Akshay-Hegde commented Mar 26, 2019

Is there any way to modify the row details format, currently it is

<tr class="footable-detail-row">
   <td colspan="2">
      <table class="footable-details table table-bordered no-padding resp-mob-table">
         <tbody>
           
            <tr>
               <th>Column Header</th>
               <td style="display: table-cell;">
                  <p>Column Text</p>
               </td>
            </tr>
         </tbody>
      </table>
   </td>
</tr>

TO something like header in one row, value in another row

<tr class="footable-detail-row">
   <td colspan="2">
      <table class="footable-details table table-bordered no-padding resp-mob-table">
         <tbody>
            
           <!-- Like here Separate row -->
            <tr>
               <th>Column Header</th>
            </tr>
              <tr>
               <td style="display: table-cell;">
                  <p>Column Text</p>
               </td>
            </tr>
         </tbody>
      </table>
   </td>
</tr>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant