Matthew Rathbone
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...
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....
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...
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
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...
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...
We support importing from CSV, we should support importing from other formats too! JSON (This should be easy)
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...