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

raw not working? #581

Open
Zawardo1000 opened this issue Aug 1, 2023 · 1 comment
Open

raw not working? #581

Zawardo1000 opened this issue Aug 1, 2023 · 1 comment

Comments

@Zawardo1000
Copy link

Zawardo1000 commented Aug 1, 2023

I have troubles with raw, even in its simplest form:

public function columns()
{
return [
Column::name('matricola'),
];
}

is perfectly fine.

public function columns()
{
return [
Column::raw('matricola as something'),
];
}

Too few arguments to function Illuminate\Database\Query\Expression::getValue(), 0 passed ... vendor\mediconesystems\livewire-datatables\src\Http\Livewire\LivewireDatatable.php on line 417 and exactly 1 expected

i'ms using MS SQL as db.
did i misunderstood something?

@Nowocyn
Copy link
Contributor

Nowocyn commented Sep 5, 2023

It would be fixed in #591, but this repo has no activity.

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

2 participants