Matthew Rathbone

Results 189 issues of Matthew Rathbone

From 8.3.0 onward the build image is now Ubuntu 20.04 as GitHub Actions has removed Ubuntu 18.04 support. Unfortunately this brings back an old set of issues -- any app...

It's great that Tabulator allows such customization and the ability to render HTML is a big part of that. Unfortunately it's really easy to introduce XSS errors into an application...

Suggested Feature

Bug description: Create a tabulator table with the following options: 1. remote data loading 2. Custom function for ajax 3. Persistence on for column widths 4. sort: remote Then: 1....

Possible Bug

This adds the ability to override `force` when calling `setWidth(true)` ## Why? setting force to false allows Tabulator to take `maxInitialWidth` into account, like when it lays out a column...

So this is a pretty straightforward one, but it's tricky to know what is the correct behavior. I have a way for users to refresh the schema of a table...

Enhancement

Using .all causes queries with multiple columns having the same name to conflict. See #1977 . The solution is to use .raw and .columns, not .all: https://github.com/WiseLibs/better-sqlite3/blob/master/docs/api.md#rawtogglestate---this

enhancement
accepted :+1:

1. There's additional code in ultimate for the SSL section. 2. This means the two files are different. 3. Not sure they need to be. Make the two files the...

enhancement
accepted :+1:

Moved from the ultimate repo. Sometimes only 'extra' has information about a default value, this is wrong! This is related to an import bug, please link here when you find...

bug
enhancement

We support importing from CSV, we should support importing from other formats too! JSON (This should be easy)

enhancement
accepted :+1:

It'd be nice to syntax highlight the table filter when using the SQL view. It'd make it feel really quality. Right now it's pretty ugly if writing a lot of...

enhancement
ui/ux
accepted :+1: