KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Dashboard : Hide a column inside table #2572

Open Mathieu Viennet opened this topic on on Feb 12, 2022 - 5 comments

Mathieu Viennet commented on Feb 12, 2022

Hi,

in a table I would like to hide this column, can you please tell me how :

Text::create("customer_id")->label("Customer Name")->sortable(true)->searchable(true),	

Thanks!

KoolReport commented on Feb 13, 2022

Let try to set ->hidden(true) to see how.

Mathieu Viennet commented on Feb 13, 2022

Sorry, already tried that...it returns :

Message: Call undefined hidden() method

Mathieu Viennet commented on Mar 8, 2022

Hello? Any solutions?

KoolReport commented on Mar 9, 2022

You try to set:

Text::create("customer_id")->label("Customer Name")->enabled(false)

to see how.

Mathieu Viennet commented on Mar 9, 2022

Excellent it works, thank you! :)

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

None