rapyd-laravel icon indicating copy to clipboard operation
rapyd-laravel copied to clipboard

link() position parameter only works with "TR"

Open tamer-hassan opened this issue 8 years ago • 2 comments

from vendor/zofe/rapyd/src/Widget.php: public function link($url, $name, $position="BL", $attributes=array()) The default "BL" does not work.

example:

$url = new \Zofe\Rapyd\Url();
$grid->link($url->append('export',1)->get(),"Export to Excel", "BL");

Does not show a link/button at all. Button is only shown when position is set to "TR".

tamer-hassan avatar Mar 30 '16 12:03 tamer-hassan