Replies: 2 comments 1 reply
-
Did you solve it? I need it too |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is simply working for me on bootstrap for toggle button. The problem can be only with tailwind.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, guys
Can you help me with this? I can't center the column headers.
Likewise, I can't center the toggle button.
Column::make('Peso', 'weight') ->withSum('Soma dos Pesos', header: true, footer: false) ->bodyAttribute('!text-center') ->headerAttribute('!text-end') ->editOnClick( hasPermission: true,fallback: 0,saveOnMouseOut: true ),
Column::add() ->headerAttribute('!text-center') ->title('Habilitado?') ->field('enabled') ->toggleable( hasPermission: true, trueLabel: 'Yes', falseLabel: 'No' ),
Beta Was this translation helpful? Give feedback.
All reactions