원클릭으로
tablar-kit
tablar-kit에는 takielias에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Reference for takielias/tablar-kit Blade components — input, select, tom-select, dependent-select, flat-picker, lite-picker, filepond, toggle, checkbox, radio, textarea, password, email, label, error, button, form-button, alert, card (+ header/body/footer/stamp/button/ribbon/status), modal, modal-form, jodit, logout. Constructor props, slots, attribute merging, alias config.
Build server-side data tables with takielias/tablar-kit — DataTable abstract base class for column schema + data source + export, <x-tabulator> Blade component for rendering, action columns with confirm-modal integration, custom formatters and search, pagination.
Configure and operate the takielias/tablar-kit Jodit-powered file browser — POST /jodit/browse + /jodit/upload routes, FileBrowserStorage service, FileDto + Carbon cache safeguard, thumbnail config, mimetype allowlist, troubleshooting common 500/404 errors and folder-navigation behavior.
Drop-in confirmation dialog for destructive AJAX actions in takielias/tablar-kit — singleton <x-confirm-modal /> + <x-confirm> trigger Blade component + window.tablarConfirm() Promise API + lifecycle events + toast configuration. Replaces window.confirm() with a styled Bootstrap modal that posts to a server endpoint and routes the response (onSuccess/redirect/event/reload).
Build forms with takielias/tablar-kit FormBuilder fluent API — full method catalog (input, email, password, number, textarea, select, dependentSelect, tomSelect, flatPicker, litePicker, filepond, editor, repeater, hidden, file, toggle, checkbox, radio), layout helpers (tab, section, row, column, card), AbstractForm class pattern, conditional fields (if/unless/when), array-driven forms via fromArray/fromJson.