Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table not show i will use tailwind class on column_class #120

Open
madfortech opened this issue Mar 27, 2024 · 0 comments
Open

table not show i will use tailwind class on column_class #120

madfortech opened this issue Mar 27, 2024 · 0 comments

Comments

@madfortech
Copy link

Screenshot 03-27-2024 15 46 48
here my code this is homecontroller
$chart_options = [ 'chart_title' => 'Users by months', 'report_type' => 'group_by_date', 'model' => 'App\Models\User', 'group_by_field' => 'created_at', 'group_by_period' => 'month', 'chart_type' => 'bar', 'column_class' => 'w-full', ]; $settings1 = new LaravelChart($chart_options); return view('admin.home', compact('settings1'));

  this is blade view code
    ` <div class="{{ $settings1->options['column_class'] }}">
            <h3>{!! $settings1->options['chart_title'] !!}</h3>
            {!! $settings1->renderHtml() !!}
        </div>
    `
    my question is i will change column class add tailwind css class table not show any help ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant