bootstrap4中的多折叠导航栏

时间:2019-02-25 03:31:21

标签: bootstrap-4

我可能想优先考虑navbar中的项目。然后,collapsetoggler下的某些项目https://stackoverflow.com/tags/c++位于断点Employee Repository,然后其他项目/其余项目位于@RepositoryRestResource(collectionResourceRel = "employee", path = "employee") public interface EmployeeRepository extends PagingAndSortingRepository<Employee, Long> { List<Employee> findByLastName(@Param("firstName") String firstName); }

我最容易做到这一点吗?如果没有自定义javascript,是否可以?

0 个答案:

没有答案