maxtor831
How to use TextColumn instead of SelectColumn?
If I understood right, you suggesting to have a translation value stored for statuses.1 = 'Draft' , this seems a bit hacky, I do like the idea how its done on SelectColumn::make('status')
->options([
'0' => 'Draft',
'1' => 'Complete',
'2' => 'Incomplete',
]) wouldn't something like this work for TextColumn?
13 replies