6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 422 forks source link

Can example have select/dropdown sample #1062

Open ericxin1982 opened 1 hour ago

ericxin1982 commented 1 hour ago

Clear and concise description of the problem

I am very new to SlickGrid, and I see all examples, that is awesome. I am curious how it looks like select/dropdown feature for grid active inline edit but is not there. Would you please add that specific example there, so I can learn.

Suggested solution

It is not a feature request, it is example request, sorry to confuse you guys.

Alternative

No response

Additional context

No response

Validations

6pac commented 1 hour ago

Have a look under Bootstrap, Dynamic Grids and Third Party component editors

-> Select2 javascript drop-down editor

ericxin1982 commented 1 hour ago

Excellent, Thanks for your help.

ericxin1982 commented 1 hour ago

@6pac

Can you give me an example with simple select, select2 use jquery, for less library consideration, I look for independent library better.

6pac commented 19 minutes ago

There is no example for that, but Select2 uses a regular HTML select as a base. It should be easy to remove jQuery and the Select2 parts.