Skip to content
Advertisement

Formatting contents of export in phpgrid

I use phpgrid.com datagrid and display a table from database.

JavaScript

But in export it still displays the database value still. How to do this?

Advertisement

Answer

Did you use “select” type set_col_edittype? If so, it should display the alias value in export.

JavaScript

Reference: http://phpgrid.com/documentation/set_col_edittype/

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement