How to export all the columns in the DB into cvs or excel

QuestionsHow to export all the columns in the DB into cvs or excel
Raghu asked 11 years ago

Hi Abu

I used $grid["export"]["range"] = "all"; still it is exporting only the columns displayed in the grid. Is there a way I can export everything in the DB with filters if possible?

Thanks
Raghu

1 Answers
Abu Ghufran answered 11 years ago

Grid by default, export all columns unless you exclude some column manually.
$col["export"] = false;

The setting you are trying is for filtering exported rows.

Your Answer

1 + 5 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?