enable_autowidth()

  • Parameters:
    • $autowidth: true or false
  • Description:
    • Use this method to set datagrid width as the same as the current page width.
  • Example:
1
$dg->enable_autowidth(true);

No related content found.

Tags: ,

Top