| |

PHP Advanced Datatable in Laravel >= 5.0


before reading this article please, read Ajax Action

IDUsernameFirstnameLastnameEmailActions
before reading this article please, read Ajax Action
Create action class extend from: \Phpdt\Ldt\Actions


        class Actionname extends \Phpdt\Ldt\Actions
        {
            static function bulk_button($id,$actionclass)
            {

                return  '<a class="btn">Bulk Button</a>';
            }
            static function row_button($id,$actionclass)
            {
                return  '<a class="btn">Button in Datatable</a>';
            }
        }

bulk_button(): method in the action class to render bulk button.


By: Mohammad Alaa Aldeen
Git: https://github.com/mhdalaaaldeen