Christian Wederka

Results 4 issues of Christian Wederka

Can you provide a fluent interface like this? ``` php FTP::connection('foo')->changeDir('bar') ->makeDir('abc') ->changeDir('abc') ->uploadFile('foobar.txt', 'barfoo.txt') ->getDirListing(); ``` It's not a necessity but I think this would improve the ease of...

enhancement

### Bootstraptable version(s) affected 1.21.2 ### Description Check out the example. If I want to search for an Item (2nd column, which is fixed) the search is done but the...

confirmed
fixed-columns
Bug

### Description Greetings. I have a 20 column table with nearly every field sortable. Furthermore if the table is sorted by a field I use the `data-remember-order` option as well....

help-wanted

Hi there I need to load the Debugbar from a sub domain because that's where my Laravel instance is running and my system on my top-level domain is querying Laravel...