Two outages in two days, for completely different reasons. Bit bumpy but everything should be good now and I'm looking into options to have a failover for the CDN specifically.
We've made a few releases today - DataTables 1.11.15, Editor 2.0.7, SearchBuilder 1.3.2 and SearchPanes 2.0.0! These are all available from your standard package manager or datatables.net/download/index
The data centre we have our servers in is currently experiencing a major outage. Network engineers are on the case - we don't yet have an ETA for connectivity to be restored.
New blog post - editing a DataTable inside the child row of another DataTable (parent / child editing): datatables.net/blog/2019-01-11 . A different take on an older post where the there was a single child table that was always shown.
@RSWestmoreland Agreed. This is something I've been thinking about a lot recently, but it poses quite a few challenges - for example doing a search on array content in an ssp table for a column (e.g. one-to-many) is fairly difficult. I'm keen also not to tie DataTables to one specific db.
@RSWestmoreland The layout of the UI components in 1.x is a massive pain to use! I've actually committed a new `layout` option into the v2 branch which will be far easier to use (although the default is similar to what it currently is) - e.g. `topLeft: 'search'`.
Hi @DataTables, I created a #dotnet package that enables quick creation of #aspnet REST API: codeproject.com/Articles/12657… One of the features is creating server-side code that process DataTables request in server-side mode. Could you post the link on your site?
@shakedko Currently no. That isn't something DataTables can do on-the-fly. You would indeed need to destroy and recreate the table with the new column count.
Hey @DataTables - when using two fixed columns on a table with ~300 rows, seeing 1-2second delay for the two sections to properly horizontally align when vertically scrolling... or the other section is blanked out for a second or two - is there a magical setting to address this?