Table Press Find element in row
-
I have added the script below to make each row clickable. My goal is to retrieve row $a and column-1 ‘s text so I can run the search with just that row. My employer wishes only that row to appear once clicked.
Does anyone know the code for retrieving the text with Table Press?
It would also save me time if someone knew to do run the search with a particular text in the script.
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.tablepress-id-1’).on( ‘click’, ‘tr’, function() {
….
} );
});
</script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Table Press Find element in row’ is closed to new replies.