⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Remove div inside td



carlosT
  • profile picture
  • Member

Posted 09 January 2014 - 19:24 PM

I am using my own custom version of the bootstrap template. The table sort function is not working for numerical values because there is html in the <td> I can not see in grocery_crud library file where this div is created. Can someone please tell me how to get rid of it so i can have...

 

<td>value</td>

 

rather than

 

<td><div class='text-left'>value</div></td>

 

PS Grocery Crud is the best thing ever!!!