echo419

Results 4 issues of echo419

How do I call invokeMethod when server expects a class? Like: { username: "x", password: "y" } How do I feed this to the new string list parameter?

**Describe the bug** When calling .reformat() on a row containing some edited cells _- expecting it will only repaint the row and reformat its values -_ it unfortunately kills the...

Possible Bug

**Describe the solution you'd like** Since there are a couple of bugs that I ran into around "edited" flag lost on certain occasions (https://github.com/olifolkerd/tabulator/issues/4506) and @olifolkerd recommended to store code...

Suggested Feature

**Describe the bug** When creating a table with the usual `new tabulator.Tabulator("#table-container", {`, using **ANY** of the following two attributes as `options?: tabulator.Options:` `layoutColumnsOnNewData: true` or `rowHeader: { frozen: true...

Possible Bug