navi.ToTskie
official website createresource
https://docs.solidjs.com/guides/how-to-guides/routing-in-solid/solid-router. Under dynamic routes example, does this example work on your local?
3 replies
solid-primitive/pagination
can somebody explain this?. here is the code of initiaze pagination. const [paginationProps, page] = createPagination({ pages: Math.ceil(props.row/20) >=3? Math.ceil(props.row/20):4,initialPage:1,maxPages:Math.ceil(props.row/20) <=3? Math.ceil(props.row/20):4});
3 replies