kint-php / kint

Kint - Advanced PHP dumper
https://kint-php.github.io/kint/
MIT License
2.78k stars 292 forks source link

Disable table view for arrays #163

Closed ymakux closed 9 years ago

ymakux commented 9 years ago

Is there a way to display nested arrays without tables, just collapsible rows?

raveren commented 9 years ago

No, currently there is not. Why would you want that, what problem are you facing?

raveren commented 9 years ago

Well unless there's a real objective reason, I am seeking to avoid feature creep in Kint and will not add a configuration for this - at least for now.

sebastiaanluca commented 7 years ago

I suppose there's no configuration setting for this yet? Sometimes I want the structure to be more clearly visible and using a table to display array data gives an obscured view of it. If I wanted to compare it to another array that's not in a table, that would also be harder to do.

jnvsor commented 7 years ago

You'll be able to disable it in 2.x - if you're feeling brave you can experiment with this: 0c54549386acdc8825c608d0923b954c005fbdd4

sebastiaanluca commented 7 years ago

Thanks for letting me know :)