Rachmad Nur Hayat

Results 8 comments of 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 ![image](https://github.com/hermawanramadhan/CodeIgniter4-DataTables/assets/44340813/fc376c1c-05f5-47a5-b707-3fde69febdb8) ![image](https://github.com/hermawanramadhan/CodeIgniter4-DataTables/assets/44340813/641dc0a6-0b16-4e7a-a0e6-35e9c93a1c01) here is...

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...

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...