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

Col span and row span #69

Open
trigoporres opened this issue Aug 2, 2024 · 0 comments
Open

Col span and row span #69

trigoporres opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request genesys-ui-table

Comments

@trigoporres
Copy link
Contributor

What is the problem this feature will solve?

We must implement the possibility of being able to expand rows or columns that occupy more spaces. For this we will use the properties already existing in the table of colspan and rowspan.

What is the feature you are proposing to solve the problem?

To do so, we will define properties for rows and cells that allow us to define the expected behavior.

`rowDef: [{
id:
hide:
preset:
}]

cellDef: [{
preset:
rowId:
colId:
hide:
}]`

What alternatives have you considered?

No response

@trigoporres trigoporres added enhancement New feature or request genesys-ui-table labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request genesys-ui-table
Projects
None yet
Development

No branches or pull requests

1 participant