echo419
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...
**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...
**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...