with one click
tablar-kit
tablar-kit contains 5 collected skills from takielias, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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.