jquery-datatables-checkboxes icon indicating copy to clipboard operation
jquery-datatables-checkboxes copied to clipboard

Support DataTables v2

Open sadeghbarati opened this issue 1 year ago • 5 comments

@mpryvkin

https://cdn.datatables.net/2.0.0

DataTables v2 deprecated/removed internal API so it should use public APIs but I don't know how and can't make a PR. The Release Changelog is not clear

The error line after I update DataTables to v2 https://github.com/gyrocode/jquery-datatables-checkboxes/blob/master/js/dataTables.checkboxes.js#L150

sadeghbarati avatar Feb 17 '24 09:02 sadeghbarati

@AllanJard sry for mentioning and thanks for v2

sadeghbarati avatar Feb 19 '24 05:02 sadeghbarati

Thank you for your report! I definitely used some undocumented methods to improve performance or add functionality (such as DataTable.ext.internal._fnColumnOptions) so will look into adding support for DataTables v2.0.

mpryvkin avatar Feb 26 '24 14:02 mpryvkin

When will this be online for us to update?

DPComp avatar Apr 11 '24 14:04 DPComp

Hey there, Any timeframe when a official version for datatables 2.0.3 will be available?

pichutan avatar Jul 09 '24 12:07 pichutan

@pichutan, planning to release preliminary version later this month inspired by suggestions in patch #145 by @alexsilva.

mpryvkin avatar Jul 10 '24 15:07 mpryvkin

Hey @mpryvkin, I'm glad to hear this! Thank you!

pichutan avatar Jul 11 '24 06:07 pichutan

@mpryvkin I just wanted to note that DataTables 2.1 has been released in the meantime. Maybe you can check for compatibility with the new version as well

diesl avatar Jul 26 '24 11:07 diesl

@diesl, thank you!

mpryvkin avatar Jul 26 '24 11:07 mpryvkin

Added a new branch with jQuery DataTables v2 support inspired by PR #147 by @alexsilva. @alexsilva, @sadeghbarati, and @diesl, please test in your code and let me know if you see any issues. Thank you!

mpryvkin avatar Aug 02 '24 02:08 mpryvkin

Hey @mpryvkin ,

I tested it with DT 2.1.3 and BT5 and it seems to work. There is also no error in the log, but I just initialized it and did no further testing about functionalities.

pichutan avatar Aug 02 '24 10:08 pichutan

Hey there, I would like to ask again - maybe somebody else tested it? I would love to use a new released version 👍

pichutan avatar Aug 13 '24 07:08 pichutan

Released 1.3.0 adding support for jQuery DataTables v2. Will continue to test and improve if any issues would be detected.

mpryvkin avatar Aug 13 '24 16:08 mpryvkin