Get count of selected cells
Get count of selected cells
jvcunha
Posts: 81Questions: 10Answers: 1
In the example https://datatables.net/extensions/select/examples/initialisation/cells.html, when a cell selects and deselects the amount is shown ( 2 cells selected ) .
In the example does not show how to do this.
How do I do that in click cell (not button)?
See http://imgur.com/1mDCBRt
This discussion has been closed.
Replies
It is done automatically by Select. If that isn't working for you, please link to a test page showing the issue so we can help to debug it.
Allan
Hi Allan, send link to private
I believe that something is missing in my DOM
I didn't receive a PM with a link to the page I'm afraid.
Allan, just sent. Verify please
Nope - no PM from you I'm afraid. Click my name above and then click the "Send message" button.
Allan
Now sent ...
Thanks! Could you remove TableTools from your page please? Both the
tableTools
object in the DataTable initialisation and theT
option in the sDom parameter.It looks like both TableTools and Select are being used for row selection and TableTools is "winning".
TableTools is legacy software and shouldn't be used for new projects.
Thanks,
Allan
Thanks Allan!