Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to set style only for container and not children also #306

Open
jkeruzec opened this issue Jul 26, 2018 · 0 comments
Open

Comments

@jkeruzec
Copy link

jkeruzec commented Jul 26, 2018

Please could you provide a style parameter to set style only for the container and not for children panel (no inheritance) ?

For the moment I modify directly this part in source :

 var style = Object.assign({}, {
        display: 'flex',
        flex: 1,
        height: 'calc(100% - 101px)',
        position: 'absolute',
        outline: 'none',
        overflow: 'hidden',
        MozUserSelect: 'text',
        WebkitUserSelect: 'text',
        msUserSelect: 'text',
        userSelect: 'text',
        width: datatableWidth
      }, styleProps || {});

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants