Is customizing cell rendering working? #2148
-
Is customizing cell rendering working? can you give us a brief description of how we should implement it? and also how delete binding will work? and if we want to apply our own css or scss file for custom component then how it will be done? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Just found a regression in the custom columns component selector, adding a fix in #1840
What do you mean exactly by "delete binding"? You can remove a binding from a property by clicking "remove binding"
Currently we don't support importing css. I can imagine us supporting css modules in the future. Opening a feature request for that. |
Beta Was this translation helpful? Give feedback.
-
fix in #1840 is it published as not working? |
Beta Was this translation helpful? Give feedback.
-
and when i am using Only fetch on manual action with parameters not working as expected my request is created dynamically but when hitting the button request becomes null so getting the error is there any solution? |
Beta Was this translation helpful? Give feedback.
-
It looks like that's a leftover from an earlier experiment on providing richer connection to tabular data. Removing it again #1850. We're tracking further exploration of the topic in #385 For the time being we recommend binding a manual query parameter to the
Two ways to debug these at the moment is
Granted, we need to improve debuggability of the network layer. Adding an umbrella issue to keep track of that #1851 |
Beta Was this translation helpful? Give feedback.
It looks like that's a leftover from an earlier experiment on providing richer connection to tabular data. Removing it again #1850. We're tracking further exploration of the topic in #385
For the time being we recommend binding a manual query parameter to the
dataGrid.selection
and triggering it on button click.Two ways to debug these at the moment is
text
compenent to thequery.error.me…