angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.38k stars 2.47k forks source link

[FEATURE] Add documentation for Vue3 save-state #7295

Closed AquaMCU closed 8 months ago

AquaMCU commented 11 months ago

Is your feature request related to a problem? Please describe. I fail big time adding the save state plugin to my vue3 app. I

Describe the solution you'd like Sample code on how to implement save-state.

Describe alternatives you've considered I tried / here are my questions:

  1. require ( "@ui-grid/save-state"); --- "reqire does not exists
  2. import savestate from ("@ui-grid/save-state") --> Failed to parse source for import analysis because the content contains invalid JS syntax. If you are using JSX, make sure to name the file with the .jsx or .tsx extension.

I am not sure if createApp(App).use(save-state) will work

I am not sure if adding ui-grid-save-state to my will do the trick either

Additional context Add any other context or screenshots about the feature request here.

kissu commented 11 months ago

Hi, please add a reproduction.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.