31
Help for ParamQuery Pro / Re: Freeze columns with hidden columns
« on: March 28, 2021, 06:22:19 pm »
Thank you, seems to work but having issue with column headers overlapping when scrolling. Any idea what might be causing this?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<?php
// Start the session
session_start();
?>
return '<pre class="language-json"><code class="language-json">' + (JSON.stringify(JSON.parse(ui.cellData), null, 2)) + '</code></pre>' } },
var state = this.saveState({ stringify: false });
var $toolbar = this.toolbar()
key = $toolbar.find(".filter100").attr('class')
value = $toolbar.find(".filter100").val()
state.key = value
state = JSON.stringify( state )