Lou King

Results 10 issues of Lou King

I'm having trouble lining up the self.columns index with the index which comes from datatables(js) in the search item. My indexes don't match sometimes because I have to post process...

When I do a yadcf_range_number search with the filter only specifying one side, an error is generated. I am not sure if this is an issue with mysql or with...

I've been making a lot of progress using this fine package. Thanks again for your guidance earlier. I'm trying to use `yadcf_range_number` and am seeing `self.error = 'a float is...

test case: https://jsbin.com/cixawez/edit?html,js,output steps to cause problem: * load page -- ISO date for today should be in the filter (scroll to bottom of test case to see exFilterColumn invocation)...

test case: https://jsbin.com/cixawez/edit?html,js,output steps to cause problem: * pick a filter date which limits display * click x to filter * previous filtered set remains also ref: https://stackoverflow.com/questions/65460395/yadcf-clear-filter-when-using-date-custom-func-still-causes-last-date-to-be-supp I have...

Idea is to have select or multiselect values based on the filters currently set in one or more columns. Column parameter syntax would be similar to `dependent: ` or `dependent:...

I don't see any way to have the multi_select support AND (intersection) and OR (union, the default), with use option to choose AND or OR. Consider the Tags column in...

enhancement
PR is welcomed

Sorry not sending pull request as I am not sure I am correct. But I tried returning the slice suggested and had different output length. I am not sure of...

e.g., ```d3.selectAll(`#${that.options.statstable.containerid} table`).style("display", null);``` is compressed to ```d3.selectAll(`#${that.options.statstable.containerid}table`).style("display",null);``` Note the missing space between `}` and `table`

Suggest adding `.strip()` after `.read()` at https://github.com/docker/awesome-compose/blob/e6b1d2755f2f72a363fc346e52dce10cace846c8/nginx-flask-mysql/backend/hello.py#L11 I spent days debugging a secrets file which had an errant LF character at the end. See also https://stackoverflow.com/a/75488788/799921