cakephp-datatable icon indicating copy to clipboard operation
cakephp-datatable copied to clipboard

Same layout file for many configs

Open ghost opened this issue 10 years ago • 1 comments

Hi

First of all congratulations to this wonderful plugin, very useful and easy to use!

I am wondering if it's possible to set one layout file (.ctp) for many configs? I have often the same rendered table for different data. It would be very useful.

ghost avatar Aug 18 '15 12:08 ghost

You can set use autoData set to false and specify a view path in the component config.

tigrang avatar Apr 03 '16 02:04 tigrang