Results 13 issues of Chan

This is a fabulous library for CodeIgniter, do you consider add **filter customization** function in the feature?

enhancement

## Type of report Bug ### Expected result Elements could be modified everywhere. ### Actual result You can't even click the element in the table. ## Other details * Browser:...

type:bug
status:confirmed
plugin:tableselection
plugin:forms

when I use rm on the static method, the method itself will change to the new name, but other methods still use former name

#### Windows version 10 HOME 21H2 I used to mount the disk by NFS, after upgrading to **2.3.1**, `vagrant up` will be stuck for a while and eventually fail, but...

bug

``` js $(function() { $('.animsition').animsition(); }); ``` ``` html content from ajax ``` If I put the div in html and trigger the code, it works fine, but if I...

**failed** ```yml alpine-ftp-server: image: delfer/alpine-ftp-server environment: - USERS="one|1234" ``` **success** ```yml alpine-ftp-server: image: delfer/alpine-ftp-server environment: USERS: "one|1234" ```

My FTP user account is chan, so I made a volume like `/data/a/chan:/home/vsftpd/chan`, it works perfectly, but I found out some of my client's code will use `../other` to put...

## Versions - Vagrant: 2.4.1 - Provider: Virtualbox 7.0.18 - Homestead: ```bash commit 9db11b4e2b609caba6d48cac4b352c24db42eac4 (HEAD -> release, origin/release) Merge: 6c474ca e466c30 Author: Joe Ferguson Date: Mon Apr 29 15:30:12 2024...

### Description: I used vite as the pack tool, there is my vite config below: ### vite.config.js ```js import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; import inject...

My laravel version is 10, after I upgrade captcha from 3.3 to 3.4 I got this error, and IDE also show this error message too. ![image](https://github.com/user-attachments/assets/473c1359-6456-4546-a576-2c891daff402)