Martín

Results 7 comments of Martín

Hi. Sorry for not explaining the context. I added the comment that starts this problem in [stateSave: true # 27](https://github.com/omines/datatables-bundle/issues/27#issuecomment-677524227). Then when I saw that it was closed I thought...

Hi @CsFender. Could you clarify a little more? I don't understand how you made it work. The reference line is uncommented.

I have tried without success to deny the condition or to always force it to true `if (! Object.keys (state) .length)` or `if ((Object.keys (state) .length) || true)` and set...

Good news! I got the "stateSave" working by making two small fixes to the code in datatables.js. The first one, the return of 'stateLoadCallback' (line 39) instead of doing a...

Sorry. I forgot to mention that I previously tried different old versions of Datatables. I even tested the 1.10.13 released in December / 2016, prior to the [3a9e31e](https://github.com/omines/datatables-bundle/commit/3a9e31edab9671799bbbd8641a0bd8d4bf5f57d8) committee. In...

Hello. I don't know if you have tried the solution I mentioned in [my post](https://github.com/omines/datatables-bundle/issues/179#issuecomment-910866297). It worked for me. It was about modifying only a couple of lines. However, I...

I have the same error with version of Mantis 2.19.0 and 2.20.0. I use PostgreSQL 10.7. I would appreciate a solution.