Welcome Guest, Not a member yet? Register   Sign In
How to implement Server Side DataTable in CI4
#5

(This post was last modified: 08-02-2020, 01:47 PM by abatrans.)

Try to remove the (:any) from the routing statement

Code:
$routes->add('/product-code/showProductCodes(:any)', 'Code8ProductCode::showProductCodes');

change to:
Code:
$routes->add('/product-code/showProductCodes', 'Code8ProductCode::showProductCodes');


Also I noticed that there is no / before the (:any), so to my understanding that url can be anything as long as it start with "showProductCodes".
Dirk B.
Abatrans Software
No SEO spam - see forum guidelines
Reply


Messages In This Thread
RE: How to implement Server Side DataTable in CI4 - by abatrans - 08-02-2020, 01:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB