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 https://t.co/rxKoUVlaEc
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): https://t.co/pgE1UmHOJ4 . 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'`.
Just released an html script generator for @DataTables Editor plugin for @laravelphp
See https://t.co/P2aBwVkgZi for details.
Note: Editor requires a license.
@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.