https://datatables.net/upgrade/2#dom-property """ dom is still available in DataTables 2 (likely it will be dropped in v3 whenever that happens!), but the default CSS for DataTables has been updated for layout and does not include styling for dom. If you need to continue using dom, you will likely need to add some CSS to position the elements as you need. However, you are strongly encouraged to update to using layout. """
Created attachment 184796 [details] [review] Bug 38185: wip
Created attachment 184797 [details] [review] Bug 38185: wip
Created attachment 184805 [details] [review] Bug 38185: Reintroduce .top.pager, .table_entries and .table_controls
Created attachment 184889 [details] [review] Bug 38185: Try to match current DataTable style using new layout option
Created attachment 184906 [details] [review] Bug 38185: Try to match current DataTable style using new layout option
(In reply to Owen Leonard from comment #5) > Created attachment 184906 [details] [review] [review] > Bug 38185: Try to match current DataTable style using new layout option We lost the border at the bottom: .pager.bottom { border-bottom: 1px solid #BCBCBC; And the First/Last buttons in the pagination.
Created attachment 184928 [details] [review] Bug 38185: Try to match current DataTable style using new layout option
(In reply to Jonathan Druart from comment #6) > And the First/Last buttons in the pagination. Paging type is now obsolete and the responsive rules for the pagination links are supposed to replace those options. The actual behavior seems a little inconsistent. https://datatables.net/reference/feature/paging.type
> > And the First/Last buttons in the pagination. Correction: This was indeed a mistake in the updated CSS. We have a custom rule that hides the first and last buttons when the screen width is below a certain value. The CSS for showing the buttons was lost.