Datagrid state & semver #10168
Replies: 3 comments 7 replies
-
For me the format exported by the save & restore API (which is a sub-set of the state) is public, but not the rest. |
Beta Was this translation helpful? Give feedback.
-
sorry this is maybe not the right forum to ask this, but when is the next mui-x release? I'm waiting for #10470 to be released, when can I expect this? |
Beta Was this translation helpful? Give feedback.
-
Hello My code is return (
) my function component code import React from 'react'
return (
) export default FunctionTree my function controller import FunctionService from '@/services/functionService';
return {showCollectionFunction, collectionFunctions, collectionFunctionLoader, collectionChildFunctions, mydata } export default FunctionTreeController I face this problem when I click on plus for the first time, I am not able to see any child in my tree when I click, I have to click twice but I see it on the first click. Have to do it, how to do it please help me. |
Beta Was this translation helpful? Give feedback.
-
Ours docs says that the grid's internal state is not public and therefore not covered by semver.
However, I've seen it said many times that our users are storing at least part of the state in their database for restoring it later. So everytime we change the state, there is a chance their code breaks.
Should we:
Beta Was this translation helpful? Give feedback.
All reactions