@extends('layouts.backend') @section('css_before') @endsection @section('js_after') @endsection @section('content')

DataTables Example Plugin Integration

Plugin Example

This page showcases how easily you can add a plugin’s JS/CSS assets and init it using custom JS code.

Dynamic Table Full

@for ($i = 1; $i < 21; $i++) @endfor
# Name Email Registered

Notice: Undefined variable: i in /var/www/html/vci_market/resources/views/examples/plugin_init.blade.php on line 78
John Doe client{{ $i }}@example.com {{ rand(2, 10) }} days ago

Dynamic Table Export Buttons

@for ($i = 1; $i < 21; $i++) @endfor
# Name Email Registered
{{ $i }} John Smith client{{ $i }}@example.com {{ rand(2, 10) }} days ago
@endsection