일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 자바스크립트
- Spring
- crud
- JS
- Vue
- 개발공부
- GIT
- Intellij
- table
- 리액트
- 자바
- 스프링부트
- 개발
- reactjs
- javascript
- 쿼리
- java
- 데이터베이스
- mssql
- 보안취약점
- DATABASE
- 스프링
- 컴포넌트
- React
- sql
- springboot
- restapi
- jdk
- EXTJS
- component
- Today
- Total
목록분류 전체보기 (146)
준준의 기록일지
@dbclick:row 더블클릭 시 선언한 showRowInfo 함수 호출 - 호출할때 파라미터, 즉 로우데이터를 가져오는 부분을 못찾았는데, 아래 출처를 통해서 정보를 얻었다. item을 가져와서 items에 대한 index정보와 선택한 row에 대한 데이터를 Object.assign({},item)으로 가져올 수 있었다. 추가로 @context:row 우클릭 시 함수를 호출 가능하다. 이때 v-menu를 숨겨놓고 true/false로 제어가 가능하다. 소스코드 vue template 1 2 3 4 5 6 7 8 9 10 11 Colored by Color Scripter cs JS script 1 2 3 4 5 6 7 showRowInfo (event, { item } ) { console.log(i..
출처 : https://java.ihoney.pe.kr/498
basic vue context 출처 : https://github.com/rawilk/vue-context GitHub - rawilk/vue-context: A simple vue context menu component. A simple vue context menu component. Contribute to rawilk/vue-context development by creating an account on GitHub. github.com 디테일한 vue context 가이드 사이트 출처 :https://randallwilk.dev/docs/vue-context/v6/usage/advanced-usage Advanced Usage | vue-context | Randall Wilk {note}..
먼저 vue-simple-context-menu 설치 # npm npm i vue-simple-context-menu #yarn yarn add vue-simple-context-menu 출처 : https://vuejsexamples.com/simple-context-menu-component-built-for-vue/ Simple context-menu component built for Vue Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use. vuejsexamples.com