Rachmad Nur Hayat
Rachmad Nur Hayat
to see why this PR created, refer to this #37 , i'm also write up my discovery journey on it
The number of strings deleted was too large, so the "e" was also deleted. I modified a bit how the string deleted by adding 1 position   here is...
the fix is on PR #38
Looks like the problem come from this function, since the query result shows all the column data https://github.com/hermawanramadhan/CodeIgniter4-DataTables/blob/35804670f315f8eba27d58366bbef22fb01d8d37/src/DataTableQuery.php#L68 if i change the code like this ``` public function getDataResult() {...
it leads me to this function https://github.com/hermawanramadhan/CodeIgniter4-DataTables/blob/35804670f315f8eba27d58366bbef22fb01d8d37/src/DataTableColumnDefs.php#L238 on the first conditional, on else block, if the table are from other scheme, the table name have double quotes on each which...
i have proposed the PR #38
in my case, i have some connection that depends on other database type (mysqly postgre, and oraclr), i need to still define the dot on option which is required to...
sorry for having kept you waiting, thanks for suggestion though, i tried tinkering with all of those configuration... nothing met my expectation, the best i can do is modify the...