Jorge Lopes
Jorge Lopes
I made the changes more or less and it works fine. --- https://github.com/n1crack/datatables/blob/f5b5c327df8525d5ff949c6c90a7752c6071df2b/src/QueryBuilder.php#L88-L99 to ``` public function setColumnAttributes(): void { $columns = $this->options->columns(); if ($columns) { foreach ($columns as $key...
> Is it possible to have a CrossHair like the one in here [demo](https://demo.softneta.com)? Thanks for showing demo, I've never seen it, it's very top.
- [x] Event Measurement Selected - [x] Test - [x] Review
> Well, I don't think I'm getting a response from **parisiam** . @jlopes90, I'm interested in you sending PR on this matter. can you ? yes
PR https://github.com/codeigniter4/shield/pull/375
I'm not good at documentation or explanation in english.
> Please go with @datamweb's suggestion, then this phrase can be reused for any authorization fault without belying the actual attempt: > > > You do not have the necessary...
> `src/Config/Registrar.php` I didn't even notice about "registar", it was very helpful. Thanks. --- The `group-filter` or better just `group`? ```php $routes->get('/', 'Home::index', ['filter' => 'group-filter:home.view'); ``` or ```php $routes->get('/',...