mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- The ability to use negative numbers as a column selector for the column data index was added recently, but that didn't include the ability to work with negative numbers with the :visible pesudo selector. This commit adds that ability so you can do: `table.column("-1:visible")` to always get the right most visible column