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

Why @devexpress/dx-grid-core is hidden from the developer? Alternative proposal. #3355

Open
2 of 4 tasks
zdzarsky opened this issue Jun 23, 2021 · 2 comments
Open
2 of 4 tasks

Comments

@zdzarsky
Copy link

zdzarsky commented Jun 23, 2021

  • I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • React Grid
  • React Chart
  • React Scheduler

Description

Hi!

When grid is used in different context and in different domains composable customization (already provided by Templates & Plugins) is something that is crucial for satisfying different business requirements. Dx-grid-core provides massive amount of utils, that can't be used in various situations like getting header / footer cells, summaryRows etc.

This issue says, #2902 that grid core is unstable, but how about having @devexpress/dx-grid-utils package with usable and tested utils functions, accessible for developers as part of SDK? Do you have any plans towards similar direction?

Right now whenever I have to use code that sits in a core I just understand the logic besides single function from the sources and write it and test it on my own. Having those utils might be very useful for the developers for whom customization is No. 1

@PavelA85
Copy link

PavelA85 commented Nov 15, 2021

BUMP, I tried to make an advanced TableInlineCellEditing plugin but I need

import {
  columnsWithEditingCells,
  getRowChange,
  rowsWithEditingCells,
  TABLE_DATA_TYPE,
} from '@devexpress/dx-grid-core';

how can I access these methods?

@HarroE
Copy link

HarroE commented Nov 28, 2022

I have posted a similar request but for dx-schedular-core.
#3592

Would be very usefull for customization indeed!

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

4 participants