livewire-powergrid
livewire-powergrid copied to clipboard
⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
# ⚡ PowerGrid ⚡ Feature Request The initial sort of the table can be set using: public string $sortField = 'column_name'; public string $sortDirection = 'asc'; But I would like...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
### Discussed in https://github.com/Power-Components/livewire-powergrid/discussions/1564 Originally posted by **abhaypithadiya** May 22, 2024 I have mentioned the below in my columns array ``` Column::action('Action') ->hidden(! auth()->user()->can('customer_edit') && ! auth()->user()->can('customer_delete')) ->visibleInExport(false), ``` The...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
### Have you searched through other issues to see if your problem is already reported or has been fixed? Yes, I did not find it. ### Did you read the...
## ⚡ PowerGrid - Pull Request Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it...