Hello!
My first post on the forum and I start with a question.
I'm trying to modify the module datatable by Soma and I want to search by $page->id.
code:
if( $this->input->get->sSearch ) {
$q = $this->sanitizer->text($this->input->get->sSearch);
$selector .= "title|body%=$q,";
}
my code (doesn´t work):
if( $this->input->get->sSearch ) {
$q = $this->sanitizer->text($this->input->get->sSearch);
$selector .= "id|title|body%=$q,";
}
$thanks->ryan;
$thanks->soma;
And please excuse my bad English