Skip to content

Commit 5c02c3c

Browse files
[Fix] Conditional Row Rules are not working (#1821)
* Fix pgRowAttributes * Remove console.log * build assets
1 parent c0be6e9 commit 5c02c3c

File tree

5 files changed

+1589
-1543
lines changed

5 files changed

+1589
-1543
lines changed

dist/mix-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/powergrid.js": "/powergrid.js?id=9d73d8a5f9abad977a66cabf31e89f3d",
2+
"/powergrid.js": "/powergrid.js?id=bc5e77274d3607fbbed1cdec8a5ebd91",
33
"/bootstrap5.css": "/bootstrap5.css?id=a27af22343149104b2aa3283d8fd502b",
4-
"/tailwind.css": "/tailwind.css?id=924477e2afcb2cb56aa392e266ee56ca"
4+
"/tailwind.css": "/tailwind.css?id=223997eb7c5932eaacf1b73389b675b6"
55
}

dist/powergrid.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tailwind.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/pg-row-attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default (params) => ({
77
init() {
88
if (this.rules) {
99
Object.values(this.rules).forEach((rule) => {
10-
if (rule.applyLoop) {
10+
if (rule.applyLoop || rule.apply) {
1111
this.attributes.push(rule.attributes)
1212
}
1313
})

0 commit comments

Comments
 (0)