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

nice to have, that I want #57

Open
vegarringdal opened this issue Oct 13, 2024 · 5 comments
Open

nice to have, that I want #57

vegarringdal opened this issue Oct 13, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@vegarringdal
Copy link
Owner

vegarringdal commented Oct 13, 2024

Stuff I find when making a sample app

  • rightclick menu cell - reset cell
  • rightclick menu cell - reset row and maybe a reset selected row ?
  • cellAppendClassSetter this should give object with current classes, and row so you can do stuff based on what is there allready and selection
@vegarringdal vegarringdal added the enhancement New feature or request label Oct 13, 2024
@vegarringdal
Copy link
Owner Author

Maybe allow for hooks into cell render ?
We could prob do it here, send them the cell and config
https://github.com/vegarringdal/simple-html/blob/master/packages/grid/src/grid/gridFunctions/renderRowCell.ts#L35

You get most of what you need here..
https://github.com/vegarringdal/simple-html/blob/master/packages/grid/src/grid/gridFunctions/renderRowCell.ts#L37-L39

maybe send in { render, html } from 'lit-html' so they could use it if they wanted

@vegarringdal
Copy link
Owner Author

filterdialog looks like hell

@vegarringdal
Copy link
Owner Author

colum chooser should have search, would be nice to have

@vegarringdal
Copy link
Owner Author

Option to just mark delete, not hide cells

@vegarringdal
Copy link
Owner Author

each row should have a $Status field you could use to show status of cell
like M for modified, N for new and D for deleted.
if you delete a N row, we need to remove it

@vegarringdal vegarringdal changed the title nice to have nice to have, that I want Oct 13, 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
Projects
None yet
Development

No branches or pull requests

1 participant