You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I just think it's a crying shame that in that itty bitty spot that's being wasted with all that "[object Object]" that y'all can't insert something more useful, like {$resource}.{$field}, which would allow one to apply targeted CSS on a given column.
In somewhat of the same vein, I find it remarkable that y'all are generating entire tables which also have no attributes allowing CSS targeting.
Now perhaps those strange resource attributes are being caused by some non-official plugin, I'm not rightly sure. I've taken a lookie-loo at them there TextField.vue but I can't rightly make heads or tails of the little stinker. I'm darn sure I don't see any reference to resource.
<template><div:class="`text-${field.textAlign}`"><templatev-if="hasValue"><divv-if="field.asHtml" v-html="field.value"></div><spanv-elseclass="whitespace-no-wrap">{{ field.value }}</span></template><pv-else>—</p></div></template><script>exportdefault{props: ['resourceName','field'],computed: {/** * Determine if the field has a value other than null. */hasValue(){returnthis.field.value!==null},},}</script>
Could any of you kind folk lend me a piece of your noggin' to solve this mystery?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I note that the fields in my Index views all look some-what like this:
And I just think it's a crying shame that in that itty bitty spot that's being wasted with all that "[object Object]" that y'all can't insert something more useful, like
{$resource}.{$field}
, which would allow one to apply targeted CSS on a given column.In somewhat of the same vein, I find it remarkable that y'all are generating entire tables which also have no attributes allowing CSS targeting.
Now perhaps those strange
resource
attributes are being caused by some non-official plugin, I'm not rightly sure. I've taken a lookie-loo at them thereTextField.vue
but I can't rightly make heads or tails of the little stinker. I'm darn sure I don't see any reference toresource
.Could any of you kind folk lend me a piece of your noggin' to solve this mystery?
Beta Was this translation helpful? Give feedback.
All reactions