소수점, 숫자, 마이너스만 입력되게 하는 방법 여러 가지 방식들이 있던데 내가 원하는 범위는 크지 않았기 때문에 아쉬운 부분이 있어 아래와 같이 처리했다.입력시에는 -와 숫자가 아니면 막고 저장 시에 "-", "." 반복이나 위치, 0으로 시작 등을 확인한다.decimal 확인하는건 DB이 범위보다 큰 경우가 있어서 넣었다.정규식을 저렇게 사용하는 방식은 정규식 리터널 방식. check Lang/Javascript 2025.04.13
datatables 동적 chatgpt . 조금 변형해서 쓸 예정 DataTables 예제 이름 위치 나이 홍길동 서울 30 이순신 부산 45 이름 위치 나이 .. Lang/Javascript 2024.06.01
Datatables dom으로 버튼 넣으면 줄바꿈 생길 시 https://datatables.net/extensions/buttons/examples/split/bootstrap4.html DataTables example - Bootstrap 4Bootstrap 4 The buttons.buttons.split option allows for "split dropdown buttons" to be introduced into DataTables. This allows the main button to perform a primary action while the drop down is able to provide a number of secondary options in a popover. Thdatatables.net샘플코드는 lengthChange: fal.. Lang/Javascript 2023.11.30
goolgle maps + markerwithlabel 사용 시 infoWindow가 동작하지 않을 때 infoWindow.setPosition(marker.getPosition()); 추가 https://github.com/googlemaps/js-markerwithlabel/issues/657 Maps: InfoWindows not appearing · Issue #657 · googlemaps/js-markerwithlabel Environment details Api Maps Ubuntu/React MarkerWithLabel Version ^2.0.14 Steps to reproduce Go to the basic example: https://googlemaps.github.io/js-markerwithlabel/examples/basic.html Click on an... github.com Lang/Javascript 2023.11.19